Skip to content

Commit

Permalink
github: run all checks on ubuntu-latest
Browse files Browse the repository at this point in the history
The source prep script now runs a python script that import imgtestlib,
which uses newer python3 features (match).
Run on ubuntu-latest so we have a newer python version and update all
runners to match.
  • Loading branch information
achilleas-k committed Apr 11, 2024
1 parent b260f1d commit fc4c601
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
unit-tests:
name: "πŸ›ƒ Unit tests"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:latest

Expand All @@ -42,7 +42,7 @@ jobs:

unit-tests-c9s:
name: "πŸ›ƒ Unit tests (CentOS Stream 9)"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: quay.io/centos/centos:stream9
env:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

unit-tests-c8s:
name: "πŸ›ƒ Unit tests (CentOS Stream 8)"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: quay.io/centos/centos:stream8
env:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:

prepare:
name: "πŸ” Check source preparation"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.20
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
shellcheck:
name: "🐚 Shellcheck"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fc4c601

Please sign in to comment.