Skip to content

Commit 14dff40

Browse files
committed
Update windows runner version, Add linux arm
1 parent 17ea31d commit 14dff40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
args: '--target x86_64-apple-darwin'
2323
- platform: 'ubuntu-22.04'
2424
args: ''
25-
- platform: 'windows-latest'
25+
- platform: 'ubuntu-22.04-arm'
26+
args: ''
27+
- platform: 'windows-2025'
2628
args: ''
2729
runs-on: ${{ matrix.platform }}
2830
steps:

0 commit comments

Comments
 (0)