Skip to content

Commit

Permalink
Temporarily disable github runner for Windows 2022 (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohodson committed Aug 29, 2023
1 parent 09b2276 commit d4d3f60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-2022]
os: [ubuntu-20.04, macos-latest] # windows-2022 disabled due to actions/runner-images#812
include:
- os-name: linux
os: ubuntu-20.04
- os-name: macOS
os: macos-latest
- os-name: windows
os: windows-2022
# - os-name: windows
# os: windows-2022
runs-on: ${{ matrix.os }}
name: test (${{ matrix.os-name }})
steps:
Expand Down

0 comments on commit d4d3f60

Please sign in to comment.