Skip to content

Commit

Permalink
CI: Run ubuntu-20.04 in container
Browse files Browse the repository at this point in the history
To workaround github installing a bunch of stuff on the default images, and also their state not being stable (ubuntu images change regularly)
  • Loading branch information
falkTX authored Oct 5, 2024
1 parent 96e9dcd commit 1a1a142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
matrix:
target: [linux-x86_64]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: ubuntu-20.04
permissions:
contents: write
steps:
Expand Down

0 comments on commit 1a1a142

Please sign in to comment.