mirror of https://github.com/sbt/sbt.git
Try windows-latest
This commit is contained in:
parent
5bd44058ef
commit
0f70950ccd
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
java: 8
|
java: 8
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
jobtype: 8
|
jobtype: 8
|
||||||
- os: windows-2019
|
- os: windows-latest
|
||||||
java: 8
|
java: 8
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
jobtype: 9
|
jobtype: 9
|
||||||
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
|
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
|
||||||
- name: Setup Windows C++ toolchain
|
- name: Setup Windows C++ toolchain
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
if: ${{ matrix.os == 'windows-2019' }}
|
if: ${{ matrix.os == 'windows-latest' }}
|
||||||
- name: Build and test (1)
|
- name: Build and test (1)
|
||||||
if: ${{ matrix.jobtype == 1 }}
|
if: ${{ matrix.jobtype == 1 }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue