Skip to content

Commit

Permalink
Update build.yaml to use ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshball authored Aug 21, 2024
1 parent 2ad9ad0 commit 7e809f0
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 @@ -7,7 +7,7 @@ on:
jobs:
build-linux:
name: Build Linux
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "[email protected]:"' >> ~/.gitconfig
Expand Down

0 comments on commit 7e809f0

Please sign in to comment.