mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
ci: update macos-12 runners to macos-14 (#566)
This commit is contained in:
@@ -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
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user