summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2024-06-18 12:44:48 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2024-06-18 16:52:42 +0200
commit2dd8917508ea9e72b7c0c98774ad1b7df11f690a (patch)
tree0491c99c70d3be6b30d546c141fe2deb3bdc1737 /.github/workflows
parent89831ff333219122c40a0f9afcb18a6e9fe9a526 (diff)
downloadredot-cpp-2dd8917508ea9e72b7c0c98774ad1b7df11f690a.tar.gz
[CI] Update macOS workers to macos-latest
GitHub actions no longer allow `macos-11` runners
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 91be1bb..e4471fa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
@@ -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