Skip to content

Commit

Permalink
Disable GitHub actions MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
hericmar committed Oct 22, 2023
1 parent 7dba8ae commit 0b576f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
name: Release
strategy:
matrix:
kind: ['Linux', 'Windows', 'MacOS']
# kind: ['Linux', 'Windows', 'MacOS']
kind: ['Linux', 'Windows']
include:
- kind: 'Linux'
os: ubuntu-latest
- kind: 'Windows'
os: windows-latest
- kind: 'MacOS'
os: macos-latest
# - kind: 'MacOS'
# os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 0b576f3

Please sign in to comment.