Skip to content

Commit 32b9ae0

Browse files
committed
[SOL] Test only with the release version
1 parent 7cda419 commit 32b9ae0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
include:
118118
- name: Linux x86_64 stable
119119
os: ubuntu-latest
120-
rust: stable
120+
rust: 1.75.0
121121
other: i686-unknown-linux-gnu
122122
# - name: Linux x86_64 beta
123123
# os: ubuntu-latest
@@ -129,15 +129,15 @@ jobs:
129129
# other: i686-unknown-linux-gnu
130130
- name: macOS x86_64 stable
131131
os: macos-latest
132-
rust: stable
132+
rust: 1.75.0
133133
other: x86_64-apple-ios
134134
# - name: macOS x86_64 nightly
135135
# os: macos-latest
136136
# rust: nightly
137137
# other: x86_64-apple-ios
138138
- name: Windows x86_64 MSVC stable
139139
os: windows-latest
140-
rust: stable-msvc
140+
rust: 1.75.0-msvc
141141
other: i686-pc-windows-msvc
142142
# - name: Windows x86_64 gnu nightly # runs out of space while trying to link the test suite
143143
# os: windows-latest
@@ -204,7 +204,7 @@ jobs:
204204
runs-on: ubuntu-latest
205205
steps:
206206
- uses: actions/checkout@v4
207-
- run: rustup update --no-self-update stable && rustup default stable
207+
- run: rustup toolchain install 1.75.0 && rustup default 1.75.0
208208
- run: rustup target add i686-unknown-linux-gnu
209209
- run: sudo apt update -y && sudo apt install gcc-multilib libsecret-1-0 libsecret-1-dev -y
210210
- run: rustup component add rustfmt || echo "rustfmt not available"
@@ -254,4 +254,4 @@ jobs:
254254
steps:
255255
- uses: actions/checkout@v4
256256
- uses: taiki-e/install-action@cargo-hack
257-
- run: cargo hack check --all-targets --rust-version --workspace --ignore-private
257+
- run: cargo hack check --all-targets --workspace --ignore-private

0 commit comments

Comments
 (0)