diff --git a/.github/workflows/mac-apple.yml b/.github/workflows/mac-apple.yml index 908894c..e4fa402 100644 --- a/.github/workflows/mac-apple.yml +++ b/.github/workflows/mac-apple.yml @@ -8,7 +8,7 @@ name: 'Build: macOS (ARM64)' jobs: mac_aarch64: name: macOS (ARM64) - runs-on: macos-11 + runs-on: macos-14 steps: - name: Checkout codebase uses: actions/checkout@v3