Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
ci: specify version of windwos to fix build issues (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony authored Jul 25, 2022
1 parent 7e3c20d commit bc5c07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-18.04, windows-latest]
os: [macos-11, ubuntu-18.04, windows-2019]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit bc5c07e

Please sign in to comment.