Skip to content

Commit 10e0d9b

Browse files
committed
CI: use macos-15-intel
1 parent ea0a850 commit 10e0d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [
1313
[macos-latest, arm64],
14-
[macos-13, x86_64],
14+
[macos-15-intel, x86_64],
1515
[ubuntu-latest, x86_64]
1616
]
1717

@@ -73,7 +73,7 @@ jobs:
7373
- name: Download Mac x86_64 artifact
7474
uses: actions/download-artifact@v4
7575
with:
76-
name: ps2client-${{ steps.slug.outputs.sha8 }}-macos-13-x86_64
76+
name: ps2client-${{ steps.slug.outputs.sha8 }}-macos-15-intel-x86_64
7777

7878
- name: Download Mac arm64 artifact
7979
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)