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