diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2024-10-25 16:06:59 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2024-10-25 17:03:29 +0200 |
commit | ea8b37fe298c992c9809f72ec9879f773baf4c3d (patch) | |
tree | bdbe3f9db84c164b22fdeebec7c5408e99a20c9e /.github/workflows | |
parent | cb1ef2e59c318856e7a9cd814c79486d0c26105a (diff) | |
download | godot-webrtc-native-ea8b37fe298c992c9809f72ec9879f773baf4c3d.tar.gz godot-webrtc-native-ea8b37fe298c992c9809f72ec9879f773baf4c3d.tar.bz2 godot-webrtc-native-ea8b37fe298c992c9809f72ec9879f773baf4c3d.zip |
[CI] Update macos runners to macos-latest
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build_release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 2019105..1aa7d48 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -64,13 +64,13 @@ jobs: arch: 'x86_64' gdnative_flags: 'ios_arch=x86_64' sconsflags: 'ios_simulator=true' - os: 'macos-12' + os: 'macos-latest' cache-name: ios-x86_64-simulator - platform: ios arch: 'arm64' gdnative_flags: 'ios_arch=arm64' sconsflags: '' - os: 'macos-12' + os: 'macos-latest' cache-name: ios-arm64 # Linux @@ -108,7 +108,7 @@ jobs: arch: 'universal' gdnative_flags: 'macos_arch=universal bits=64' sconsflags: '' - os: 'macos-12' + os: 'macos-latest' cache-name: macos-universal # Windows |