Skip to content

Commit 547145b

Browse files
Fix self-hosted mac runner
1 parent 130f255 commit 547145b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66

77
tests:
8-
runs-on: self-hosted
8+
runs-on: [self-hosted, macOS]
99
if: github.repository == 'stfc/janus-core'
1010
timeout-minutes: 30
1111
strategy:

0 commit comments

Comments
 (0)