diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62a891f..059a75f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-20.04', 'macos-11', 'windows-latest'] + os: ['ubuntu-20.04', + 'ubuntu-latest', + 'macos-11', + 'macos-latest', + 'windows-latest'] steps: - uses: actions/checkout@v4