Skip to content

Commit de5e3b2

Browse files
committed
[rust] Enable tests in GitHub Actions on Linux arm64
Now that GitHub-hosted Linux arm64 runners are available, we can start using them to test the Selenium Manager code.
1 parent 21e3af9 commit de5e3b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
include:
3636
- os: macos
3737
- os: ubuntu
38+
- os: ubuntu-24.04-arm
3839
- os: windows
3940
with:
4041
name: Tests (${{ matrix.os }})

0 commit comments

Comments
 (0)