File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
# Check build succeeds for each f3discovery chapter containing example code.
12
12
build-f3discovery-chapter :
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-24 .04
14
14
strategy :
15
15
matrix :
16
16
chapter :
39
39
40
40
# Check build succeeds for f3discovery docs.
41
41
build-f3discovery-doc :
42
- runs-on : ubuntu-20 .04
42
+ runs-on : ubuntu-24 .04
43
43
steps :
44
44
- uses : actions/checkout@v4
45
45
- uses : actions-rs/toolchain@v1
53
53
54
54
# Check a build succeeds for each microbit chapter that contains example code.
55
55
build-microbit-chapter :
56
- runs-on : ubuntu-20 .04
56
+ runs-on : ubuntu-24 .04
57
57
strategy :
58
58
matrix :
59
59
chapter :
79
79
80
80
# Check build succeeds for microbit docs.
81
81
build-microbit-doc :
82
- runs-on : ubuntu-20 .04
82
+ runs-on : ubuntu-24 .04
83
83
steps :
84
84
- uses : actions/checkout@v4
85
85
- uses : actions-rs/toolchain@v1
97
97
98
98
# Build the book HTML itself and optionally publish it.
99
99
build-book :
100
- runs-on : ubuntu-20 .04
100
+ runs-on : ubuntu-24 .04
101
101
steps :
102
102
- uses : actions/checkout@v4
103
103
- uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments