From 0f70950ccd59d96111ee6360102f6229b417bfa9 Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Sun, 11 Sep 2022 02:42:14 -0400 Subject: [PATCH] Try windows-latest --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b277baa50..cbd26b8c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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