Skip to content

Commit

Permalink
Attempt to fix CI build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Dec 10, 2024
1 parent d569067 commit 6129209
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 @@ -12,10 +12,13 @@ env:
jobs:
build:
strategy:
fail-fast: true
fail-fast: false
matrix:
os-arch:
- { os: "ubu24-1", arch: "X64" }
- { os: "ubu24-2", arch: "X64" }
- { os: "ubu24-3", arch: "X64" }
- { os: "ubu24-4", arch: "X64" }
- { os: "windows-11", arch: "X64" }
- { os: "macos-ventura", arch: "ARM64" }
- { os: "ubuntu-22.04", arch: "ARM64" }
Expand Down

0 comments on commit 6129209

Please sign in to comment.