File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
test :
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-24.04
16
16
if : github.event.pull_request.draft == false
17
17
steps :
18
18
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
build :
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-24.04
15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- name : Lint Dockerfile
Original file line number Diff line number Diff line change 20
20
permissions :
21
21
contents : read
22
22
checks : write
23
- runs-on : ubuntu-latest
23
+ runs-on : ubuntu-24.04
24
24
if : github.event.pull_request.draft == false
25
25
steps :
26
26
- uses : actions/checkout@v3
61
61
62
62
# Run Rust tests in WASM.
63
63
test-wasm :
64
- runs-on : ubuntu-latest
64
+ runs-on : ubuntu-24.04
65
65
if : github.event.pull_request.draft == false
66
66
steps :
67
67
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
jobs :
14
14
build :
15
15
if : github.event.pull_request.draft == false && github.event.pull_request.head.repo.fork == false
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-24.04
17
17
steps :
18
18
- uses : actions/checkout@v3
19
19
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
12
12
13
13
jobs :
14
14
build :
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-24.04
16
16
if : github.event.pull_request.draft == false
17
17
steps :
18
18
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
12
12
13
13
jobs :
14
14
build :
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-24.04
16
16
if : github.event.pull_request.draft == false
17
17
steps :
18
18
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
12
12
13
13
jobs :
14
14
build :
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-24.04
16
16
if : github.event.pull_request.draft == false
17
17
steps :
18
18
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments