skip osx builds for now

This commit is contained in:
Thomas Nordquist
2024-05-10 17:50:07 +02:00
parent 5f75079f2f
commit cc9cc411f0

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- master
- tnordquist/add-workflows
concurrency:
group: ${{ github.ref }}
@@ -19,8 +18,8 @@ jobs:
task: linux
- os: windows-latest
task: win
- os: macos-latest
task: mac
# - os: macos-latest
# task: mac
runs-on: ${{ matrix.build.os }}
steps:
- if: matrix.build.os == 'ubuntu-latest'