Skip to content

Commit

Permalink
ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
soilking committed May 21, 2024
1 parent 8067ff0 commit c656601
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.subgraph-basin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: yarn build
working-directory: projects/subgraph-basin
test:
runs-on: macos-latest
runs-on: ubuntu-latest
name: Test
steps:
- name: Check out source repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.subgraph-bean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: yarn build
working-directory: projects/subgraph-bean
test:
runs-on: macos-latest
runs-on: ubuntu-latest
name: Test
steps:
- name: Check out source repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.subgraph-beanft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: yarn build
working-directory: projects/subgraph-beanft
test:
runs-on: macos-latest
runs-on: ubuntu-latest
name: Test
steps:
- name: Check out source repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.subgraph-beanstalk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: yarn build
working-directory: projects/subgraph-beanstalk
test:
runs-on: macos-latest
runs-on: ubuntu-latest
name: Test
steps:
- name: Check out source repository
Expand Down

0 comments on commit c656601

Please sign in to comment.