Skip to content

Commit

Permalink
Disable mac ci (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest authored Aug 10, 2023
1 parent 29b6478 commit 94a4350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest-xl]
# FIXME: macos-latest-xl is disabled since colima is erroring out right now
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
name: Test
steps:
Expand Down

0 comments on commit 94a4350

Please sign in to comment.