Skip to content

Commit

Permalink
ci: disable windows install job (#152)
Browse files Browse the repository at this point in the history
Temporarily disable the installation workflow on Windows.

The workflow is currently broken due to actions/runner-images#10009 with
no
clear workaround at the moment.

Updates #151
  • Loading branch information
mmcloughlin committed Jun 30, 2024
1 parent f40c64f commit 6c4dbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
install:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 6c4dbba

Please sign in to comment.