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 b316061 commit d569067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: true
matrix:
os-arch:
- { os: "ubuntu-22.04", arch: "X64" }
- { os: "ubu24-3", arch: "X64" }
- { os: "windows-11", arch: "X64" }
- { os: "macos-ventura", arch: "ARM64" }
- { os: "ubuntu-22.04", arch: "ARM64" }
Expand Down

0 comments on commit d569067

Please sign in to comment.