Skip to content

Commit

Permalink
Updated GHA workflows to use Fedora-37 as appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Mar 22, 2024
1 parent 2c50f7e commit 94368a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
lint:
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:32
image: registry.fedoraproject.org/fedora:37
steps:
- run: dnf install -y make
- uses: actions/checkout@v4
Expand All @@ -20,7 +20,7 @@ jobs:
build-rpm:
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:32
image: registry.fedoraproject.org/fedora:37
steps:
- run: dnf install -y make git
- uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
launcher-tests:
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:32
image: registry.fedoraproject.org/fedora:37
steps:
- run: dnf install -y make
- uses: actions/checkout@v4
Expand Down

0 comments on commit 94368a1

Please sign in to comment.