Skip to content

Commit 0e340b4

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

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- name: install premake5
3838
uses: ./.github/actions/install-premake5
3939
with:
40-
repository: premake/premake-core
40+
repository: Jarod42/premake-core
41+
ref: macos_test_after
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)