ci(test): update to macos-15-intel
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -106,7 +106,7 @@ jobs:
|
|||||||
});
|
});
|
||||||
await core.group(`Set includes`, async () => {
|
await core.group(`Set includes`, async () => {
|
||||||
let includes = [];
|
let includes = [];
|
||||||
for (const os of ['ubuntu-latest', 'ubuntu-24.04-arm', 'macos-13', 'windows-latest']) {
|
for (const os of ['ubuntu-latest', 'ubuntu-24.04-arm', 'macos-15-intel', 'windows-latest']) {
|
||||||
for (const test of tests) {
|
for (const test of tests) {
|
||||||
if (test === 'docker/install.test.itg.ts') {
|
if (test === 'docker/install.test.itg.ts') {
|
||||||
if (os !== 'windows-latest') {
|
if (os !== 'windows-latest') {
|
||||||
|
|||||||
Reference in New Issue
Block a user