Skip to content

Commit

Permalink
internal/version: use windows-2019 image to pass multios tests while …
Browse files Browse the repository at this point in the history
…supporting Go 1.19
  • Loading branch information
darccio committed Oct 4, 2023
1 parent 19f9b7c commit 08f3182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-branch-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
multios-unit-tests:
strategy:
matrix:
runs-on: [ macos-latest, windows-latest, ubuntu-latest ]
runs-on: [ macos-latest, windows-2019, ubuntu-latest ]
go-version: ["1.19", "1.20", "1.21"]
fail-fast: false
uses: ./.github/workflows/multios-unit-tests.yml
Expand Down

0 comments on commit 08f3182

Please sign in to comment.