diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 645a9c0..5bb200f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: strategy: matrix: version: [ 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] - os: [ ubuntu-latest, macos-13, windows-latest ] + os: [ ubuntu-latest, macos-latest, windows-latest ] fail-fast: false runs-on: ${{ matrix.os }} steps: