Skip to content

Commit

Permalink
CI: use latest fedora docker image
Browse files Browse the repository at this point in the history
35 has become old now.
  • Loading branch information
mvaisakh authored Jul 19, 2023
1 parent c489ba9 commit f336759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/toolchain-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build-arm64-tc:
runs-on: ubuntu-latest
container:
image: fedora:35
image: fedora:latest

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
build-arm-tc:
runs-on: ubuntu-latest
container:
image: fedora:35
image: fedora:latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f336759

Please sign in to comment.