Skip to content

Commit 0f70ed5

Browse files
committed
rust - add macos CI job
1 parent acf444e commit 0f70ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-test-with-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-24.04]
13+
os: [ubuntu-24.04, macos-15]
1414
compiler: [clang]
1515

1616
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)