Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Jun 20, 2024
1 parent 5c6f401 commit 7a767b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ jobs:
name: Build
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
build: [linux-x86_64, windows-x86_64, macos-aarch64]
build: [linux-x86_64, windows-x86_64, macos-x86_64, macos-aarch64]
include:
- build: linux-x86_64
os: ubuntu-latest
- build: windows-x86_64
os: windows-latest
- build: macos-x86_64
os: macos-13
- build: macos-aarch64
os: macos-latest

Expand Down

0 comments on commit 7a767b6

Please # to comment.