File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 78
78
test : ${{ fromJson(needs.prepare-itg.outputs.matrix) }}
79
79
os :
80
80
- ubuntu-latest
81
+ - macos-13
81
82
- macos-latest
82
83
- windows-latest
83
84
exclude :
85
+ - os : macos-13
86
+ test : buildx/bake.test.itg.ts
84
87
- os : macos-latest
85
88
test : buildx/bake.test.itg.ts
86
89
- os : windows-latest
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ describe('install', () => {
30
30
process . env = {
31
31
...originalEnv ,
32
32
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'
34
34
} ;
35
35
} ) ;
36
36
afterEach ( ( ) => {
@@ -52,5 +52,5 @@ describe('install', () => {
52
52
await Docker . printInfo ( ) ;
53
53
await install . tearDown ( ) ;
54
54
} ) ( ) ) . resolves . not . toThrow ( ) ;
55
- } , 600000 ) ;
55
+ } , 1200000 ) ;
56
56
} ) ;
You can’t perform that action at this time.
0 commit comments