Skip to content

Commit

Permalink
build: use macos-14 for mac-x86-64
Browse files Browse the repository at this point in the history
The macOS-12 environment is deprecated. 
(see actions/runner-images#10721 )
  • Loading branch information
Sunch233 authored Dec 10, 2024
1 parent 31c2e02 commit 30b2b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-pm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
include:
- target-name: mac-x86-64
artifact-name: x86_64
image: macos-12
image: macos-14
- target-name: mac-arm64
artifact-name: arm64
image: macos-14
Expand Down

0 comments on commit 30b2b0b

Please sign in to comment.