Merge pull request #7016 from sbt/eed3si9n-patch-1

Try windows-latest
This commit is contained in:
eugene yokota 2022-09-11 03:10:26 -04:00 committed by GitHub
commit b403d3a0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ jobs:
java: 8
distribution: adopt
jobtype: 8
- os: windows-2019
- os: windows-latest
java: 8
distribution: adopt
jobtype: 9
@ -97,7 +97,7 @@ jobs:
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
- name: Setup Windows C++ toolchain
uses: ilammy/msvc-dev-cmd@v1
if: ${{ matrix.os == 'windows-2019' }}
if: ${{ matrix.os == 'windows-latest' }}
- name: Build and test (1)
if: ${{ matrix.jobtype == 1 }}
shell: bash