Skip to content

Commit

Permalink
Attempting to fix Iceoryx tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Dec 10, 2024
1 parent ef74dc2 commit b05ccae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
fail-fast: true
matrix:
os-arch:
- { os: "ubuntu-22.04", arch: "X64" }
- { os: "ubu24-1", 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
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.75.0"

0 comments on commit b05ccae

Please sign in to comment.