Skip to content

Commit

Permalink
Merge pull request #103 from Airstack-xyz/change-run-on-ubuntu
Browse files Browse the repository at this point in the history
Update create-subgraph.yml - change runs to ubuntu
  • Loading branch information
sharathkrml authored Oct 23, 2023
2 parents e9e1481 + 6a25164 commit 11dd2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build:
environment: development
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 11dd2a1

Please sign in to comment.