Skip to content

Commit cef4c16

Browse files
committed
ci(test): add macos-13 to the matrix
Signed-off-by: CrazyMax <[email protected]>
1 parent 3281ef2 commit cef4c16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,12 @@ jobs:
7878
test: ${{ fromJson(needs.prepare-itg.outputs.matrix) }}
7979
os:
8080
- ubuntu-latest
81+
- macos-13
8182
- macos-latest
8283
- windows-latest
8384
exclude:
85+
- os: macos-13
86+
test: buildx/bake.test.itg.ts
8487
- os: macos-latest
8588
test: buildx/bake.test.itg.ts
8689
- os: windows-latest

__tests__/docker/install.test.itg.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('install', () => {
3030
process.env = {
3131
...originalEnv,
3232
SIGN_QEMU_BINARY: '1',
33-
COLIMA_START_ARGS: '--cpu 4 --memory 8 --disk 32 --dns 1.1.1.1 --dns 8.8.8.8 --dns-host example.com=1.2.3.4'
33+
COLIMA_START_ARGS: '--cpu 4 --memory 8 --disk 32'
3434
};
3535
});
3636
afterEach(() => {
@@ -52,5 +52,5 @@ describe('install', () => {
5252
await Docker.printInfo();
5353
await install.tearDown();
5454
})()).resolves.not.toThrow();
55-
}, 600000);
55+
}, 1200000);
5656
});

0 commit comments

Comments
 (0)