diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b998e567..9c7b738f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: platform: - - os: "macos-13" + - os: "macos-14" target: "x86_64-apple-darwin" arch: "x86_64" - os: "ubuntu-22.04" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08669798..7ece1fac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,11 +32,11 @@ jobs: target: "x86_64-pc-windows-msvc" arch: "x86_64" # macOs - - os: "macos-13" + - os: "macos-14" target: "aarch64-apple-darwin" # This is not true, but simplifies the logic of the action. arch: "x86_64" - - os: "macos-13" + - os: "macos-14" target: "x86_64-apple-darwin" arch: "x86_64" runs-on: ${{ matrix.platform.os }}