Skip to content

Commit

Permalink
chores: use windows 2022 for ci (#88)
Browse files Browse the repository at this point in the history
* use windows 2022 for ci

* default to wsl-bash
  • Loading branch information
lowlydba authored Dec 26, 2022
1 parent 5027eba commit 4a83662
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ansible-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
os:
- windows-2019
- windows-2022
ansible:
- stable-2.11
- stable-2.12
Expand Down Expand Up @@ -169,7 +169,6 @@ jobs:
run: ansible-galaxy collection install ansible.windows -p "${{ env.GHWS }}"

- name: Set integration test options
shell: bash
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}/tests/integration
run: |
cp integration_config.sample.yml integration_config.yml
Expand Down

0 comments on commit 4a83662

Please sign in to comment.