We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf444e commit 0f70ed5Copy full SHA for 0f70ed5
.github/workflows/rust-test-with-style.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- os: [ubuntu-24.04]
+ os: [ubuntu-24.04, macos-15]
14
compiler: [clang]
15
16
runs-on: ${{ matrix.os }}
0 commit comments