diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-05-18 19:20:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 19:20:59 +0200 |
commit | 60e8a06d4eec393d0a2fc277bd66f080f55333b6 (patch) | |
tree | 7fd57a87af6c915e7c7b636417d0001701733dd8 /.github/workflows/macos_builds.yml | |
parent | 2ac4e3bb30517998916bb6b81b7b76788276038c (diff) | |
parent | 2a5d5ef1f910fa4ad3307acf4e3bbc35d520f098 (diff) |
Merge pull request #77204 from akien-mga/4.0-ci-base-branch
[4.0] CI: Change GODOT_BASE_BRANCH to 4.0, checkout that branch for godot-cpp
Diffstat (limited to '.github/workflows/macos_builds.yml')
-rw-r--r-- | .github/workflows/macos_builds.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index 8822566c48..3595476d13 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -4,8 +4,8 @@ on: # Global Settings env: - # Only used for the cache key. Increment version to force clean build. - GODOT_BASE_BRANCH: master + # Used for the cache key. Add version suffix to force clean build. + GODOT_BASE_BRANCH: '4.0' SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes concurrency: |