Skip to content

Commit

Permalink
github: Upgrade mingw on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed May 31, 2023
1 parent 409c6c3 commit 343f173
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 @@ -16,8 +16,8 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.x,1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.20.x]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- run: pandoc -v
- if: matrix.os == 'windows-latest'
run: |
Choco-Install -PackageName mingw -ArgumentList "--version","10.2.0","--allow-downgrade"
Choco-Install -PackageName mingw -ArgumentList "--version","12.2.0","--allow-downgrade"
- if: matrix.os == 'ubuntu-latest'
name: Install dart-sass-embedded Linux
run: |
Expand Down

0 comments on commit 343f173

Please sign in to comment.