[CI] Update macOS workers to macos-latest

GitHub actions no longer allow `macos-11` runners

(cherry picked from commit 2dd8917508)
pull/1533/head
Fabio Alessandrelli 2024-06-18 12:44:48 +02:00 committed by David Snopek
parent 597ae98f44
commit 469d65d951
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
cache-name: windows-x86_64-mingw
- name: 🍎 macOS (universal)
os: macos-11
os: macos-latest
platform: macos
artifact-name: godot-cpp-macos-universal-release
artifact-path: bin/libgodot-cpp.macos.template_release.universal.a
@ -65,7 +65,7 @@ jobs:
cache-name: android-arm64
- name: 🍏 iOS (arm64)
os: macos-11
os: macos-latest
platform: ios
artifact-name: godot-cpp-ios-arm64-release
artifact-path: bin/libgodot-cpp.ios.template_release.arm64.a