File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 14
14
- ' master'
15
15
jobs :
16
16
release :
17
- runs-on : macos-11
17
+ runs-on : macos-12
18
18
timeout-minutes : 20
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
# https://github.com/reproducible-containers/repro-get/issues/3
23
23
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ jobs:
12
12
name : Integration tests
13
13
strategy :
14
14
matrix :
15
- # macos-13-xl is used as macos-13 seems too flaky
16
- platform : [macos-11, macos-12, macos-13-xl]
15
+ # macos-13-large is used as macos-13 seems too flaky.
16
+ # macos-14 (ARM) cannot be used for the most part of the job
17
+ # due to the lack of the support for nested virt.
18
+ platform : [macos-12, macos-13-large]
17
19
runs-on : ${{ matrix.platform }}
18
20
timeout-minutes : 40
19
21
steps :
20
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
21
23
with :
22
24
fetch-depth : 1
23
25
- name : Show host info
@@ -46,14 +48,14 @@ jobs:
46
48
- name : Test (shared mode)
47
49
run : ./test/test.sh /var/run/socket_vmnet
48
50
# Bridged mode cannot be tested on GHA
49
- - uses : actions/setup-go@v3
51
+ - uses : actions/setup-go@v5
50
52
with :
51
- go-version : 1.20 .x
53
+ go-version : 1.23 .x
52
54
- name : Install Lima
53
55
run : |
54
56
git clone https://github.com/lima-vm/lima
55
57
cd lima
56
- git checkout v0.17.0
58
+ git checkout v0.23.2
57
59
make
58
60
sudo make install
59
61
limactl sudoers >etc_sudoers.d_lima
You can’t perform that action at this time.
0 commit comments