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 1010jobs :
1111 # Check build succeeds for each f3discovery chapter containing example code.
1212 build-f3discovery-chapter :
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-24 .04
1414 strategy :
1515 matrix :
1616 chapter :
3939
4040 # Check build succeeds for f3discovery docs.
4141 build-f3discovery-doc :
42- runs-on : ubuntu-20 .04
42+ runs-on : ubuntu-24 .04
4343 steps :
4444 - uses : actions/checkout@v4
4545 - uses : actions-rs/toolchain@v1
5353
5454 # Check a build succeeds for each microbit chapter that contains example code.
5555 build-microbit-chapter :
56- runs-on : ubuntu-20 .04
56+ runs-on : ubuntu-24 .04
5757 strategy :
5858 matrix :
5959 chapter :
7979
8080 # Check build succeeds for microbit docs.
8181 build-microbit-doc :
82- runs-on : ubuntu-20 .04
82+ runs-on : ubuntu-24 .04
8383 steps :
8484 - uses : actions/checkout@v4
8585 - uses : actions-rs/toolchain@v1
9797
9898 # Build the book HTML itself and optionally publish it.
9999 build-book :
100- runs-on : ubuntu-20 .04
100+ runs-on : ubuntu-24 .04
101101 steps :
102102 - uses : actions/checkout@v4
103103 - uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments