Skip to content

Commit

Permalink
disable macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Oct 19, 2023
1 parent fa7bf32 commit 86a9a99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
matrix:
platform: [Linux]

runs-on: [self-hosted, ${{ matrix.platform }}]
runs-on:
- self-hosted
- ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 86a9a99

Please sign in to comment.