aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIgor Aleksanov <[email protected]>2020-08-14 05:34:07 +0100
committerIgor Aleksanov <[email protected]>2020-08-14 05:34:07 +0100
commitc26c911ec1e6c2ad1dcb7d155a6a1d528839ad1a (patch)
tree7cff36c38234be0afb65273146d8247083a5cfeb /.github
parent3c018bf84de5c693b5ee1c6bec0fed3b201c2060 (diff)
parentf1f73649a686dc6e6449afc35e0fa6fed00e225d (diff)
Merge branch 'master' into add-disable-diagnostics
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f46fb8fec..2deb009ce 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25 strategy: 25 strategy:
26 fail-fast: false 26 fail-fast: false
27 matrix: 27 matrix:
28 os: [ubuntu-latest, windows-latest, macos-latest] 28 os: [ubuntu-latest, windows-latest] #, macos-latest]
29 29
30 steps: 30 steps:
31 - name: Checkout repository 31 - name: Checkout repository
@@ -115,7 +115,7 @@ jobs:
115 strategy: 115 strategy:
116 fail-fast: false 116 fail-fast: false
117 matrix: 117 matrix:
118 os: [ubuntu-latest, windows-latest, macos-latest] 118 os: [ubuntu-latest, windows-latest]
119 119
120 runs-on: ${{ matrix.os }} 120 runs-on: ${{ matrix.os }}
121 121