Skip to content

Commit

Permalink
Switch away from paid runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
LegNeato committed Jul 11, 2024
1 parent 4b76b78 commit 9170061
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04-16core
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
- os: windows-2022-16core
- os: windows-2022
target: x86_64-pc-windows-msvc
- os: macOS-latest-xl
- os: macOS-latest
target: x86_64-apple-darwin
- os: ubuntu-20.04-16core
- os: ubuntu-20.04
target: aarch64-linux-android
host: x86_64-unknown-linux-gnu
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9170061

Please sign in to comment.