Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 2c5e186

Browse files
committed
Temporarily disable CI for macOS
To be reenabled when Swift 5.2 is available
1 parent dc60cd0 commit 2c5e186

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: CI
33
on: [push]
44

55
jobs:
6-
macos:
7-
runs-on: macOS-latest
6+
# macos:
7+
# runs-on: macOS-latest
88

9-
steps:
10-
- name: Checkout
11-
uses: actions/checkout@v1
12-
- name: Build and Test
13-
run: swift test
9+
# steps:
10+
# - name: Checkout
11+
# uses: actions/checkout@v1
12+
# - name: Build and Test
13+
# run: swift test
1414

1515
linux:
1616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)