diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05e6cfd..d75e510 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -109,7 +109,7 @@ jobs: }); await core.group(`Set includes`, async () => { let includes = []; - for (const os of ['ubuntu-latest', 'ubuntu-24.04-arm', 'macos-15-intel', 'windows-latest']) { + for (const os of ['ubuntu-latest', 'ubuntu-24.04-arm', 'macos-26-large', 'windows-latest']) { for (const test of tests) { if (test === 'docker/install.test.itg.ts') { if (os !== 'windows-latest') {