We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0a850 commit 10e0d9bCopy full SHA for 10e0d9b
.github/workflows/compilation.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
os: [
13
[macos-latest, arm64],
14
- [macos-13, x86_64],
+ [macos-15-intel, x86_64],
15
[ubuntu-latest, x86_64]
16
]
17
@@ -73,7 +73,7 @@ jobs:
73
- name: Download Mac x86_64 artifact
74
uses: actions/download-artifact@v4
75
with:
76
- name: ps2client-${{ steps.slug.outputs.sha8 }}-macos-13-x86_64
+ name: ps2client-${{ steps.slug.outputs.sha8 }}-macos-15-intel-x86_64
77
78
- name: Download Mac arm64 artifact
79
0 commit comments