We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62be7a commit cb99970Copy full SHA for cb99970
.github/workflows/cd.yml
@@ -58,7 +58,7 @@ jobs:
58
strategy:
59
matrix:
60
platform:
61
- - os: macos-latest
+ - os: ["self-hosted", "macOS", "X64"]
62
build-id: darwin+x86-64
63
- os: ubuntu-latest
64
build-id: linux+x86-64
0 commit comments