Skip to content

Commit

Permalink
Disable CI
Browse files Browse the repository at this point in the history
Can't run on macOS 11 due to actions/runner-images#2486
  • Loading branch information
drewcrawford committed Jan 26, 2021
1 parent b53997e commit c4c9a8f
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
on: push
jobs:
test:
runs-on: macos-11.0 #macOS11 is not 'latest' at the time of this writing
steps:
- uses: actions/checkout@v2
- name: Test
run: |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift test
# disabled due to https://github.com/actions/virtual-environments/issues/2486

# on: push
# jobs:
# test:
# runs-on: macos-11.0 #macOS11 is not 'latest' at the time of this writing
# steps:
# - uses: actions/checkout@v2
# - name: Test
# run: |
# /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift test
#

0 comments on commit c4c9a8f

Please sign in to comment.