diff --git a/.github/workflows/ci-matrix.yml b/.github/workflows/ci-matrix.yml index 5285afcbd..b444643e8 100644 --- a/.github/workflows/ci-matrix.yml +++ b/.github/workflows/ci-matrix.yml @@ -14,7 +14,7 @@ jobs: matrix: target: - { name: linux, os: ubuntu-22.04 } - - { name: macos, os: macos-13 } + - { name: macos, os: macos-latest } - { name: windows, os: windows-2022 } name: Build node on ${{ matrix.target.os }}