Skip to content

Commit 764e805

Browse files
authored
Switches to default Linux GitHub Actions worker (#717)
This is going to increase the time it takes to run CI, but it's going to reduce costs a little bit.
2 parents 29e7852 + 1d81022 commit 764e805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-latest-8-cores]
19+
os: [ubuntu-latest]
2020

2121
runs-on: ${{ matrix.os }}
2222
env:

0 commit comments

Comments
 (0)