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 130f255 commit 547145bCopy full SHA for 547145b
.github/workflows/mac.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
7
tests:
8
- runs-on: self-hosted
+ runs-on: [self-hosted, macOS]
9
if: github.repository == 'stfc/janus-core'
10
timeout-minutes: 30
11
strategy:
0 commit comments