skip osx builds for now
This commit is contained in:
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user