Skip to content

Commit

Permalink
ci: Remove some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
noClaps committed Dec 29, 2024
1 parent ab2a04c commit 6921b5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
versions:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
# - os: ubuntu-latest
# target: aarch64-unknown-linux-gnu
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
# - os: windows-latest
# target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.versions.os }}
name: ${{ matrix.versions.os }}-${{ matrix.versions.target }}
steps:
Expand Down

0 comments on commit 6921b5e

Please sign in to comment.