We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 89831ff commit 6a01ea8Copy full SHA for 6a01ea8
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
cache-name: windows-x86_64-mingw
55
56
- name: 🍎 macOS (universal)
57
- os: macos-11
+ os: macos-12
58
platform: macos
59
artifact-name: godot-cpp-macos-universal-release
60
artifact-path: bin/libgodot-cpp.macos.template_release.universal.a
@@ -72,7 +72,7 @@ jobs:
72
cache-name: android-arm64
73
74
- name: 🍏 iOS (arm64)
75
76
platform: ios
77
artifact-name: godot-cpp-ios-arm64-release
78
artifact-path: bin/libgodot-cpp.ios.template_release.arm64.a
0 commit comments