aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-18 08:38:32 +0100
committerAleksey Kladov <[email protected]>2020-08-18 08:38:32 +0100
commit80ab6c8cd53bc9bca43b8b95e80e39677cd319f8 (patch)
tree9a8b4e52dd6f00eecb8346181adec6450e79b5d9 /.github
parent3932874794ab8b802ac4dec162bf97a6b64808e5 (diff)
Re-enable mac build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2deb009ce..ea194a944 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