Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeltscher committed Jul 23, 2024
1 parent 2c481ec commit ce9d8ac
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,36 @@ jobs:
fail-fast: false
matrix:
platform:
- target: aarch64-apple-darwin
- name: aarch64-apple-darwin
target: aarch64-apple-darwin
runner: macos-latest
cross: true
- target: aarch64-unknown-linux-gnu
cross: false
- name: aarch64-unknown-linux-gnu
target: aarch64-unknown-linux-gnu
runner: ubuntu-latest
cross: true
- target: aarch64-unknown-linux-musl
- name: aarch64-unknown-linux-musl
target: aarch64-unknown-linux-musl
runner: ubuntu-latest
cross: true
- target: i686-unknown-linux-gnu
- name: i686-unknown-linux-gnu
target: i686-unknown-linux-gnu
runner: ubuntu-latest
cross: true
- target: i686-unknown-linux-musl
- name: i686-unknown-linux-musl
target: i686-unknown-linux-musl
runner: ubuntu-latest
cross: true
- target: x86_64-apple-darwin
- name: x86_64-apple-darwin
target: x86_64-apple-darwin
runner: macos-latest
cross: false
- target: x86_64-unknown-linux-gnu
- name: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-gnu
runner: ubuntu-latest
cross: false
- target: x86_64-unknown-linux-musl
- name: x86_64-unknown-linux-musl
target: x86_64-unknown-linux-musl
runner: ubuntu-latest
cross: false

Expand Down

0 comments on commit ce9d8ac

Please sign in to comment.