Skip to content

Commit 73c98ce

Browse files
authored
Merge pull request #196 from pspdev/use-macos-15-intel
Build amd64 MacOS build on macos-15-intel
2 parents 49a2715 + a7b017a commit 73c98ce

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
@@ -60,7 +60,7 @@ jobs:
6060
matrix:
6161
os: [
6262
[macos-latest, arm64, bash],
63-
[macos-13, x86_64, bash],
63+
[macos-15-intel, x86_64, bash],
6464
[ubuntu-latest, x86_64, bash],
6565
]
6666
fail-fast: false

0 commit comments

Comments
 (0)