diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52d25fd..5e98135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: release: strategy: matrix: - os: [windows-latest, ubuntu-18.04, macos-latest] + os: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} if: | startsWith(github.repository, 'zzzgydi') &&