Skip to content

Commit

Permalink
chore: stop using macos CI runners
Browse files Browse the repository at this point in the history
In the past, we had issues with ubuntu runners in certain situations and were forced to use macos, which is much more expensive. Those issues have now been resolved on the Azure/github side, so we can switch back to ubuntu to reduce costs.
  • Loading branch information
cprice404 committed Aug 20, 2024
1 parent c04f922 commit 8a3a968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
node: [18]
name: Test on Node ${{ matrix.node }}
runs-on: macos-latest
runs-on: ubuntu-latest

steps:
- name: Setup repo
Expand Down

0 comments on commit 8a3a968

Please sign in to comment.