summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-02-04 22:26:16 +0100
committerGitHub <noreply@github.com>2022-02-04 22:26:16 +0100
commit992794e44a47a7adddce589bd68ad71402d5ba66 (patch)
tree9f150faa5a44c104fca0801f865422e35027b1c3 /.github
parent3db1d689ce11507d9597bb434891da95168f2c69 (diff)
CI: Force invalidate macOS cache
I *hate* having to commit this kind of noise to our commit history. Especially on a Friday at 10 pm.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml
index aede3f8d49..68623f2770 100644
--- a/.github/workflows/macos_builds.yml
+++ b/.github/workflows/macos_builds.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
# Global Settings
env:
# Only used for the cache key. Increment version to force clean build.
- GODOT_BASE_BRANCH: master-v2
+ GODOT_BASE_BRANCH: master-v3
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes
concurrency: