We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6483177 commit 1621aabCopy full SHA for 1621aab
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
# Check code build succeeds.
12
build-book-code:
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
14
steps:
15
- uses: actions/checkout@v4
16
- uses: actions-rs/toolchain@v1
@@ -24,7 +24,7 @@ jobs:
24
25
# Check build succeeds for microbit docs.
26
build-book-doc:
27
28
29
30
@@ -38,7 +38,7 @@ jobs:
38
39
# Build the book HTML itself and optionally publish it.
40
build-book:
41
42
43
44
0 commit comments