Skip to content

Commit 1621aab

Browse files
committed
bumped github workflow to ubuntu 24.04 after 20.04 deprecation
1 parent 6483177 commit 1621aab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
# Check code build succeeds.
1212
build-book-code:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions-rs/toolchain@v1
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Check build succeeds for microbit docs.
2626
build-book-doc:
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-24.04
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: actions-rs/toolchain@v1
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Build the book HTML itself and optionally publish it.
4040
build-book:
41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-24.04
4242
steps:
4343
- uses: actions/checkout@v4
4444
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)