Skip to content

Commit

Permalink
Merge pull request #41 from falkTX/patch-1
Browse files Browse the repository at this point in the history
CI: Run ubuntu-20.04 in container
  • Loading branch information
brummer10 authored Oct 5, 2024
2 parents 96e9dcd + 1a1a142 commit 315617b
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 315617b

Please sign in to comment.