diff options
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14a8134..95c11f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,8 +77,8 @@ jobs: if: matrix.hardlinks shell_igncr: - name: 'shell: -o igncr' runs-on: windows-2019 + name: 'shell: -o igncr' steps: - name: Checkout uses: actions/checkout@v2 @@ -100,8 +100,8 @@ jobs: shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}' shell_shellopts: - name: 'shell: SHELLOPTS' runs-on: windows-2019 + name: 'shell: SHELLOPTS' steps: - name: Checkout uses: actions/checkout@v2 |