Skip to content

Commit 7de38a4

Browse files
authored
Merge pull request #1088 from crazy-max/ci-update-mac
ci: update macos runners to 26
2 parents c0802dd + 598ee76 commit 7de38a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)