ci: update macos-12 runners to macos-14 (#566)

This commit is contained in:
Richard Markiewicz
2024-10-29 04:51:16 -04:00
committed by GitHub
parent 876a47dd99
commit 5e5e1aa217
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -59,11 +59,11 @@ jobs:
- os: win
runner: windows-2022
- os: osx
runner: macos-12
runner: macos-14
- os: linux
runner: ubuntu-20.04
- os: ios
runner: macos-12
runner: macos-14
- os: android
runner: ubuntu-20.04
exclude:
+1 -1
View File
@@ -59,7 +59,7 @@ fn install_wasm2wat(sh: &Shell) -> anyhow::Result<()> {
let platform_suffix = if cfg!(target_os = "windows") {
"windows"
} else if cfg!(target_os = "macos") {
"macos-12"
"macos-14"
} else {
"ubuntu"
};