Skip to content

Commit

Permalink
Adding windows-2019 as CI target OS
Browse files Browse the repository at this point in the history
  • Loading branch information
bazhenov committed Jan 6, 2024
1 parent 4e603e2 commit f52205f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
os: ubuntu-22.04
- target: x86_64-apple-darwin
os: macos-11
- target: x86_64-pc-windows-msvc
os: windows-2019
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f52205f

Please sign in to comment.