Skip to content

Commit

Permalink
Use windows-server-2016 runners for the build and test wf (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jul 7, 2024
1 parent 506c0e9 commit 036b7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, [self-hosted, Linux], [self-hosted, Windows, noramdisk]]
os: [ubuntu-latest, macos-latest, windows-latest, [self-hosted, Linux], [self-hosted, windows-server-2016]]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 036b7f4

Please sign in to comment.