Skip to content

Commit a2a7329

Browse files
authored
Merge pull request #69 from pspdev/use-macos-15-intel
Build amd64 MacOS build on macos-15-intel
2 parents bc23870 + f4d05e6 commit a2a7329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [
1616
[macos-latest, arm64, bash],
17-
[macos-13, x86_64, bash],
17+
[macos-15-intel, x86_64, bash],
1818
[ubuntu-latest, x86_64, bash]
1919
# [windows-latest, x86_64, msys2]
2020
]

0 commit comments

Comments
 (0)