diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2c79a69b..ece601a8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,6 @@ jobs: strategy: matrix: include: - - target: macos-13 - target: macos-14 - target: macos-15 runs-on: ${{ matrix.target }} diff --git a/.github/workflows/dpf.yml b/.github/workflows/dpf.yml index d8b0abac2..fe5836352 100644 --- a/.github/workflows/dpf.yml +++ b/.github/workflows/dpf.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: target: [macos-intel, macos-universal, macos-universal-10.15] - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 918d476cd..37068dfd1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: release on: [push, pull_request] env: - CACHE_VERSION: 4 + CACHE_VERSION: 5 DEBIAN_FRONTEND: noninteractive HOMEBREW_NO_AUTO_UPDATE: 1 HOMEBREW_NO_INSTALL_CLEANUP: 1 @@ -14,7 +14,7 @@ env: jobs: # macOS native universal build macos_universal: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v4 - name: Set up cache