Skip to content

Commit

Permalink
ci(repo): use windows-2019 runner for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed May 22, 2024
1 parent 439ec51 commit b81b569
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
npm run test
unit-tests-windows:
runs-on: windows-2016
runs-on: windows-2019
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:

saas_integration_windows:
needs: saas_integration
runs-on: windows-2016
runs-on: windows-2019
environment: integration
steps:
- name: Check out the repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:

saas_integration_windows:
needs: saas_integration
runs-on: windows-2016
runs-on: windows-2019
environment: integration
steps:
- name: Check out the repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
npm run test
unit-tests-windows:
runs-on: windows-2016
runs-on: windows-2019
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit b81b569

Please sign in to comment.