aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yaml')
-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