Skip to content

Commit

Permalink
Updated actions so that deprecated Node.js version are avoided and
Browse files Browse the repository at this point in the history
remove incompatible windows & rust testing (for now).

Refer to: gfx-rs/wgpu#2471
  • Loading branch information
ArvinSKushwaha committed Jun 8, 2024
1 parent fd4e680 commit 2b0b948
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
tool: cargo-nextest,cargo-llvm-cov

- name: Rust Cache
uses: Swatinem/rust-cache@v2.2.1
uses: Swatinem/rust-cache@v2.7.3

# https://github.com/gfx-rs/wgpu/blob/110e62aed255777ac635a504ec81029483065be8/.github/workflows/ci.yml#L216
- if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
shell: bash

- name: Upload coverage report to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: lcov.info

Expand All @@ -69,11 +69,12 @@ jobs:
include:
- backends: dx12
os: windows-2022
rust: stable
- backends: vulkan gl
os: ubuntu-latest
- backends: metal
os: macos-latest
os: [ubuntu-latest, windows-2022, macos-latest]
os: [ubuntu-latest, macos-latest]
rust: [stable, beta, nightly]

name: Rust
Expand Down

0 comments on commit 2b0b948

Please sign in to comment.