Skip to content

Commit

Permalink
Temporarily disable macOS runners in GitHub CI.
Browse files Browse the repository at this point in the history
Failing due to brew link failure.

Ref: actions/runner-images#6459 (comment)
  • Loading branch information
rdzman committed Nov 16, 2022
1 parent 55ffba5 commit e8644d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
matrix:
platform: [octave]
# os: [macos-10.15, macos-11.0, macos-12.0, ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
os: [macos-latest, ubuntu-20.04, ubuntu-22.04]
# os: [macos-latest, ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]
include:
- platform: matlab
os: ubuntu-latest
Expand Down

0 comments on commit e8644d5

Please sign in to comment.