Skip to content

Commit

Permalink
Merge pull request #1496 from Faless/ci/fix-macos
Browse files Browse the repository at this point in the history
[CI] Update macOS workers to macos-latest
  • Loading branch information
dsnopek authored Jun 18, 2024
2 parents 89831ff + 2dd8917 commit 068e930
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 @@ -54,7 +54,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 @@ -72,7 +72,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 068e930

Please sign in to comment.