Skip to content

Commit 5f176b6

Browse files
committed
ci: update ubuntu version
1 parent 4cbe77f commit 5f176b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
style:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04 # For 24.04+, see https://github.com/graphprotocol/graph-tooling/issues/1546#issuecomment-2589680195
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -22,9 +22,6 @@ jobs:
2222
- name: Install dependencies
2323
run: yarn
2424

25-
- name: Install build tools
26-
run: sudo apt-get update && sudo apt-get install -y build-essential
27-
2825
- name: Get changed files
2926
id: changed-files
3027
uses: tj-actions/changed-files@v44

0 commit comments

Comments
 (0)