Skip to content

Commit

Permalink
[CI] Update macOS workers to macos-latest
Browse files Browse the repository at this point in the history
GitHub actions no longer allow `macos-11` runners

(cherry picked from commit 2dd8917)
  • Loading branch information
Faless authored and dsnopek committed Jul 22, 2024
1 parent 597ae98 commit 469d65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 469d65d

Please sign in to comment.