Skip to content

Commit

Permalink
Fix Iceoryx tests in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Dec 10, 2024
1 parent ef74dc2 commit 7b712ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: "ubuntu-latest", 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 = "stable"

0 comments on commit 7b712ce

Please sign in to comment.