Skip to content

Commit

Permalink
Use older Windows for Go 1.19 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nsrip-dd committed Oct 4, 2023
1 parent 6afa212 commit 33514ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multios-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
test-multi-os:
runs-on: ${{ inputs.runs-on }}
runs-on: "${{ (inputs.go-version == '1.19' && inputs.runs-on == 'windows-latest') && 'windows-2019' || inputs.runs-on }}"
env:
REPORT: gotestsum-report.xml # path to where test results will be saved
steps:
Expand Down

0 comments on commit 33514ce

Please sign in to comment.