Skip to content

Commit

Permalink
Use ubuntu:latest for the container
Browse files Browse the repository at this point in the history
22.10 is end of life, and it seems this results in `apt update` failing
in CI.
  • Loading branch information
yorickpeterse committed Oct 6, 2023
1 parent e26c663 commit cb0b814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
name: ${{ matrix.version }} ${{ matrix.architecture.name }}
runs-on: ubuntu-latest
container: ubuntu:22.10
container: ubuntu:latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cb0b814

Please sign in to comment.