diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6156c4a..62795380 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,11 +14,11 @@ concurrency: jobs: unit-test: name: ${{ matrix.os }}, node ${{ matrix.node }}, python ${{ matrix.python }} - runs-on: ${{ matrix.os }}-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: - os: [ ubuntu, windows, macos ] + os: [ ubuntu-latest, windows-latest, macos-14-large ] node: [ 14, 16, 16.9 ] include: - node: "14"