Skip to content

Commit

Permalink
ci: Run tests on Noble instead of Jammy
Browse files Browse the repository at this point in the history
The ubuntu-latest label still resolves to Jammy.
  • Loading branch information
adombeck committed Nov 12, 2024
1 parent bfb8328 commit a45bf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

go-tests:
name: "Go: Tests"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit a45bf0d

Please sign in to comment.