Skip to content

Commit 7210c4a

Browse files
authored
Merge pull request #68 from SoftwareDefinedVehicle/mhfixes3
Github Runners update
2 parents 545314d + 3234a80 commit 7210c4a

File tree

5 files changed

+5
-14
lines changed

5 files changed

+5
-14
lines changed

.github/workflows/build-blueprint-selector_dev.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
- x86_64-unknown-linux-gnu
2828
toolchain:
2929
- stable
30-
# Not using latest here, so that building the binaries uses an older version of glibc
31-
# and then can run on newer versions.
32-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3331

3432
steps:
3533
- uses: actions/checkout@v3

.github/workflows/build-kanto-auto-deployer.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
target:
2626
- aarch64-unknown-linux-gnu
2727
- x86_64-unknown-linux-gnu
28-
29-
# Not using latest here, so that building the binaries uses an older version of glibc
30-
# and then can run on newer versions.
31-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
3229

3330
steps:
3431
- uses: actions/checkout@v3

.github/workflows/build-kantui.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
target:
2626
- aarch64-unknown-linux-gnu
2727
- x86_64-unknown-linux-gnu
28-
29-
# Not using latest here, so that building the binaries uses an older version of glibc
30-
# and then can run on newer versions.
31-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
3229

3330
steps:
3431
- uses: actions/checkout@v3

.github/workflows/build-leda-utils.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ on:
2424

2525
jobs:
2626
build:
27-
runs-on: ubuntu-20.04
28-
27+
runs-on: ubuntu-latest
2928
steps:
3029
- uses: actions/checkout@v3
3130
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
upload-assets:
2727
name: Upload assets
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-latest
2929
needs: [ call-build ]
3030
permissions:
3131
contents: write

0 commit comments

Comments
 (0)