Skip to content

Commit

Permalink
Fix subgraph-test job (#928)
Browse files Browse the repository at this point in the history
The Github Actions migrates the `ubuntu-latest` label to `ubuntu 24` see
https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/

The subgraph does not support all platforms so we change the `runs-on`
to `ubuntu-22.04`.
  • Loading branch information
kkosiorowska authored Dec 19, 2024
2 parents ee9fb6f + 06426ea commit 17a8efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

subgraph-test:
needs: [subgraph-codegen]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 17a8efb

Please sign in to comment.