ci: Release and test with Rust 1.78 instead of stable

Co-authored-by: Kamil Jarosz <kjarosh256@gmail.com>
This commit is contained in:
TÖRÖK Attila 2024-06-18 12:24:56 +02:00 committed by Daniel Jacobs
parent c8fdc59bfc
commit 4448e37d98
2 changed files with 9 additions and 3 deletions

View File

@ -108,7 +108,9 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
# TODO: Return to latest "stable" once this is released:
# https://github.com/gfx-rs/wgpu/pull/5831 (probably in wgpu 0.20.2)
toolchain: "1.78"
targets: ${{ matrix.target }}
- name: Install Linux dependencies

View File

@ -38,7 +38,9 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_version: [stable]
# TODO: Return to latest "stable" once this is released:
# https://github.com/gfx-rs/wgpu/pull/5831 (probably in wgpu 0.20.2)
rust_version: ["1.78"]
os: [ubuntu-22.04, windows-latest, macos-14]
include:
- rust_version: nightly
@ -180,7 +182,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust_version: [stable]
# TODO: Return to latest "stable" once this is released:
# https://github.com/gfx-rs/wgpu/pull/5831 (probably in wgpu 0.20.2)
rust_version: ["1.78"]
os: [ubuntu-22.04, windows-latest, macos-14]
include:
- rust_version: nightly