We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba063b commit bdcbebbCopy full SHA for bdcbebb
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
deploy:
9
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
12
steps:
@@ -51,4 +51,4 @@ jobs:
51
with:
52
artifacts: "./rust-exercises-${{ env.slug }}.zip,./rust-exercises-${{ env.slug }}/nrf52-code/boards/dongle-fw/*-fw"
53
allowUpdates: true
54
- updateOnlyUnreleased: true
+ updateOnlyUnreleased: true
.github/workflows/weekly-canary-build.yml
@@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
rust-channel: [stable, beta, nightly]
13
14
15
16
0 commit comments