Skip to content

Commit

Permalink
Merge pull request #20 from hammingweight/use-ubuntu-24.04-runner
Browse files Browse the repository at this point in the history
Use ubuntu-24.04, not ubuntu-latest runner.
  • Loading branch information
hammingweight authored Jan 18, 2025
2 parents 6d37535 + b96468f commit 8ee8814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: install go
uses: actions/setup-go@v2
Expand All @@ -34,7 +34,7 @@ jobs:
contents: write
needs: test
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: "00 21 * * *"
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: install go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 8ee8814

Please sign in to comment.