Skip to content

Commit 6a01ea8

Browse files
committedJun 18, 2024
[CI] Update macOS workers to macos-12
GitHub actions no longer allow `macos-11` runners
1 parent 89831ff commit 6a01ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
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-12
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-12
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)