Skip to content

Commit

Permalink
Switches to default Linux GitHub Actions worker (#717)
Browse files Browse the repository at this point in the history
This is going to increase the time it takes to run CI, but it's going to
reduce costs a little bit.
  • Loading branch information
mscottford authored Oct 11, 2023
2 parents 29e7852 + 1d81022 commit 764e805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest-8-cores]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 764e805

Please sign in to comment.