aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-13 09:35:11 +0100
committerAleksey Kladov <[email protected]>2020-08-13 09:35:11 +0100
commite30be7ad15272746e761a29cb1829defecd231cc (patch)
treeb64beedd7fa40f4ce3c37893697c4e2f7edfc112 /.github
parent6fc43dc15e7b81ec4a701b0581202c1ecc4ae744 (diff)
Disabe macros TypeSCript builder
It hangs for some reason, and we are moving TS extension anyways...
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 f46fb8fec..ea194a944 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -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