Skip to content

Commit 068e930

Browse files
authored
Merge pull request #1496 from Faless/ci/fix-macos
[CI] Update macOS workers to macos-latest
2 parents 89831ff + 2dd8917 commit 068e930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cache-name: windows-x86_64-mingw
5555

5656
- name: 🍎 macOS (universal)
57-
os: macos-11
57+
os: macos-latest
5858
platform: macos
5959
artifact-name: godot-cpp-macos-universal-release
6060
artifact-path: bin/libgodot-cpp.macos.template_release.universal.a
@@ -72,7 +72,7 @@ jobs:
7272
cache-name: android-arm64
7373

7474
- name: 🍏 iOS (arm64)
75-
os: macos-11
75+
os: macos-latest
7676
platform: ios
7777
artifact-name: godot-cpp-ios-arm64-release
7878
artifact-path: bin/libgodot-cpp.ios.template_release.arm64.a

0 commit comments

Comments
 (0)