Skip to content

Commit

Permalink
[SOL] Test only with the release version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Feb 8, 2024
1 parent 7cda419 commit 31dfcc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
include:
- name: Linux x86_64 stable
os: ubuntu-latest
rust: stable
rust: 1.75.0
other: i686-unknown-linux-gnu
# - name: Linux x86_64 beta
# os: ubuntu-latest
Expand All @@ -129,15 +129,15 @@ jobs:
# other: i686-unknown-linux-gnu
- name: macOS x86_64 stable
os: macos-latest
rust: stable
rust: 1.75.0
other: x86_64-apple-ios
# - name: macOS x86_64 nightly
# os: macos-latest
# rust: nightly
# other: x86_64-apple-ios
- name: Windows x86_64 MSVC stable
os: windows-latest
rust: stable-msvc
rust: 1.75.0-msvc
other: i686-pc-windows-msvc
# - name: Windows x86_64 gnu nightly # runs out of space while trying to link the test suite
# os: windows-latest
Expand Down

0 comments on commit 31dfcc8

Please sign in to comment.