Skip to content

Commit bdcbebb

Browse files
committed
update github actions to ubuntu-24.04
1 parent 0ba063b commit bdcbebb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
deploy:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
steps:
@@ -51,4 +51,4 @@ jobs:
5151
with:
5252
artifacts: "./rust-exercises-${{ env.slug }}.zip,./rust-exercises-${{ env.slug }}/nrf52-code/boards/dongle-fw/*-fw"
5353
allowUpdates: true
54-
updateOnlyUnreleased: true
54+
updateOnlyUnreleased: true

.github/workflows/weekly-canary-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
rust-channel: [stable, beta, nightly]
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
1616
steps:

0 commit comments

Comments
 (0)