This commit is contained in:
Trask Stalnaker 2022-07-12 00:08:22 -07:00 committed by GitHub
parent b23db97a28
commit 580a40eaf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- windows-latest - windows-2019
- ubuntu-latest - ubuntu-latest
smoke-test-suite: smoke-test-suite:
- jetty - jetty
@ -38,14 +38,14 @@ jobs:
- wildfly - wildfly
- other - other
exclude: exclude:
- os: ${{ inputs.skip-windows && 'windows-latest' || '' }} - os: ${{ inputs.skip-windows && 'windows-2019' || '' }}
- os: windows-latest - os: windows-2019
smoke-test-suite: websphere smoke-test-suite: websphere
fail-fast: false fail-fast: false
steps: steps:
- name: Support long paths - name: Support long paths
run: git config --system core.longpaths true run: git config --system core.longpaths true
if: matrix.os == 'windows-latest' if: matrix.os == 'windows-2019'
- uses: actions/checkout@v3 - uses: actions/checkout@v3