Upgrade x64 macOS CI workflows from macOS 12 to macOS 13
macOS 12 runners are scheduled for removal by GitHub: https://github.com/actions/runner-images/issues/10721
This commit is contained in:
parent
cb97e69074
commit
e367f23c01
1 changed files with 1 additions and 1 deletions
2
.github/workflows/oxipng.yml
vendored
2
.github/workflows/oxipng.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
- target: i686-pc-windows-msvc
|
||||
os: windows-latest
|
||||
- target: x86_64-apple-darwin
|
||||
os: macos-12
|
||||
os: macos-13 # x86_64 runner
|
||||
- target: aarch64-apple-darwin
|
||||
os: macos-14 # ARM64 runner
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue