Skip to content

Commit

Permalink
Try ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Oct 9, 2024
1 parent 03125ab commit 7de88ca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,12 @@ jobs:

tests:
name: Run tests
# We run the tests on macOS because it will run with a actual GPU
runs-on: macos-latest
strategy:
matrix:
# On macos the tests will run on an actual gpu and on ubuntu using llvmpipe.
os: [macos-latest, ubuntu-latest]
fail-fast: false
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7de88ca

Please sign in to comment.