diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e85ff8d..e893535 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,10 +19,10 @@ jobs: - x86_64-apple-darwin name: ${{ matrix.version }} - ${{ matrix.target }} - runs-on: macos-12 + runs-on: macos-14 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install ${{ matrix.version }} run: TOOLCHAIN=${{ matrix.version }} TARGET=${{ matrix.target }} sh ./ci/install-rust.sh