Skip to content

Commit

Permalink
turn off macos in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmakesgames committed Oct 8, 2024
1 parent 9b71a80 commit dcfe0da
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ on:
- push

jobs:
test-darwin:
strategy:
fail-fast: false
matrix:
os:
- '10.15'
- '11.0'
platform:
- x86_64
# arm64
name: Test (darwin)
runs-on: macos-${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Bundle
run: bundle install
- name: Compile
run: bundle exec rake compile
- name: Test
run: bundle exec rake test
# test-darwin:
# strategy:
# fail-fast: false
# matrix:
# os:
# - '10.15'
# - '11.0'
# platform:
# - x86_64
# # arm64
# name: Test (darwin)
# runs-on: macos-${{ matrix.os }}
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# - name: Bundle
# run: bundle install
# - name: Compile
# run: bundle exec rake compile
# - name: Test
# run: bundle exec rake test
test-linux:
strategy:
fail-fast: false
Expand Down

0 comments on commit dcfe0da

Please sign in to comment.