We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a991571 commit 8c914baCopy full SHA for 8c914ba
.github/workflows/bare_run.yaml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
bare_run:
10
- runs-on: ubuntu-latest
+ runs-on: [ubuntu-latest, macos-latest]
11
12
strategy:
13
fail-fast: false
0 commit comments