Skip to content

Commit

Permalink
ci: fix check for installing ubuntu deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jan 28, 2024
1 parent 45da4e1 commit b6ffbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- platform: 'macos-latest'
target: 'aarch64-apple-darwin'
# 64-bit Linux
- platform: 'ubuntu-20.04'
- platform: 'ubuntu-22.04'
target: 'x86_64-unknown-linux-gnu'
# 64-bit Windows
- platform: 'windows-latest'
Expand Down

0 comments on commit b6ffbfc

Please sign in to comment.