Skip to content

Commit 0f8d25e

Browse files
committed
[CI] Fix macOS by using older version of premake
1 parent 221f476 commit 0f8d25e

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

.github/workflows/premake5-mac-xcode4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
uses: ./.github/actions/install-premake5
3939
with:
4040
repository: premake/premake-core
41+
ref: v5.0.0-beta7
4142

4243
- name: test projects default(clang)
4344
run: python3 ./test_projects.py premake5 projects xcode4

.github/workflows/premake5-qt-mac-xcode4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: ./.github/actions/install-premake5
4646
with:
4747
repository: premake/premake-core
48+
ref: v5.0.0-beta7
4849

4950
- name: Installing Qt${{matrix.qt-version}} macos
5051
uses: jurplel/install-qt-action@v4

projects/disablewarnings/unsupported_by_xcode4

Whitespace-only changes.

projects/fatalwarnings/unsupported_by_xcode4

Whitespace-only changes.

0 commit comments

Comments
 (0)