Skip to content

Commit 9aa0db2

Browse files
authored
Merge pull request #789 from uyjulian/ci_improvements_20251029
CI improvements 20251029
2 parents 60fa652 + af398e1 commit 9aa0db2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/compilation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Compile project ${{ matrix.debug }}
2525
run: |
2626
make -j $(getconf _NPROCESSORS_ONLN) clean
27-
make -j $(getconf _NPROCESSORS_ONLN) ${{ matrix.debug }}
27+
make -j $(getconf _NPROCESSORS_ONLN) ${{ matrix.debug }} || make clean
28+
make -j ${{ matrix.debug }}
2829
make -j $(getconf _NPROCESSORS_ONLN) install
2930
# Create symbolink links using relative paths
3031
(cd $PS2DEV/ee/mips64r5900el-ps2-elf/lib && ln -sf ../../../ps2sdk/ee/lib/libcglue.a libcglue.a && cd -)

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: [
2222
[macos-latest, arm64, bash],
23-
[macos-13, x86_64, bash],
23+
[macos-15-intel, x86_64, bash],
2424
[ubuntu-latest, x86_64, bash],
2525
[windows-latest, x86_64, msys2]
2626
]

0 commit comments

Comments
 (0)