Skip to content

Commit

Permalink
Remove targets
Browse files Browse the repository at this point in the history
  • Loading branch information
armallen committed Apr 15, 2024
1 parent 6a34ba7 commit b9992ee
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,11 @@ jobs:
matrix:
rust_toolchain:
- 'stable'
- 'beta'
- 'nightly'
# Remember to update MINIMUM_RUST_VERSION in pyoxidizer/src/environment.rs
# and the `Installing Rust` documentation when this changes.
- '1.65.0'
target:
- os: 'ubuntu-22.04'
triple: 'x86_64-unknown-linux-gnu'
- os: 'macos-12'
triple: 'x86_64-apple-darwin'
- os: 'windows-2022'
triple: 'x86_64-pc-windows-msvc'
continue-on-error: ${{ matrix.rust_toolchain == 'nightly' }}
runs-on: ${{ matrix.target.os }}
env:
Expand Down

0 comments on commit b9992ee

Please sign in to comment.