Skip to content

Commit

Permalink
CI: Build under Ubuntu 22.04
Browse files Browse the repository at this point in the history
Ubuntu 20.04 might not have the necessary libraries to build 3.24.34.
Arch succeeded with the build.
  • Loading branch information
lah7 committed May 22, 2022
1 parent db795b2 commit b7fefb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
# Perform a generic build in case of any critical errors
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Checks out under $GITHUB_WORKSPACE
- name: Checkout
Expand Down

0 comments on commit b7fefb0

Please sign in to comment.