Skip to content

Commit 75cde15

Browse files
authored
Merge pull request #822 from crazy-max/ci-macos-15-intel
ci(test): update to macos-15-intel
2 parents 2acf540 + 2bef6ba commit 75cde15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
});
107107
await core.group(`Set includes`, async () => {
108108
let includes = [];
109-
for (const os of ['ubuntu-latest', 'ubuntu-24.04-arm', 'macos-13', 'windows-latest']) {
109+
for (const os of ['ubuntu-latest', 'ubuntu-24.04-arm', 'macos-15-intel', 'windows-latest']) {
110110
for (const test of tests) {
111111
if (test === 'docker/install.test.itg.ts') {
112112
if (os !== 'windows-latest') {

0 commit comments

Comments
 (0)