diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee3a18ce58..5bad2ca00b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: needs: dependabolt strategy: matrix: - os: [windows-latest, macOS-latest, ubuntu-18.04] + os: [windows-latest, macOS-latest, ubuntu-latest] steps: - name: Fix git checkout line endings run: git config --global core.autocrlf input @@ -73,7 +73,7 @@ jobs: needs: dependabolt strategy: matrix: - os: [windows-latest, macOS-latest, ubuntu-latest] + os: [windows-latest, macOS-latest, ubuntu-18.04] steps: - name: Fix git checkout line endings run: git config --global core.autocrlf input