Skip to content

Commit

Permalink
ci: update ubuntu version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Jan 27, 2025
1 parent 5f176b6 commit 301a71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: yarn run eslint ${{ steps.changed-files.outputs.to_lint_all_changed_files }} --ext .cjs,.js,.jsx,.ts,.tsx

test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # For 24.04+, see https://github.com/graphprotocol/graph-tooling/issues/1546#issuecomment-2589680195

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 301a71b

Please sign in to comment.