diff --git a/.github/workflows/cache-factory.yaml b/.github/workflows/cache-factory.yaml index 7bccbddc8..0aebf089a 100644 --- a/.github/workflows/cache-factory.yaml +++ b/.github/workflows/cache-factory.yaml @@ -32,7 +32,7 @@ jobs: fail-fast: true matrix: settings: - - host: macos-14 + - host: macos-13 target: x86_64-apple-darwin - host: macos-14 target: aarch64-apple-darwin diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed1affc0f..196e02602 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: settings: - - host: macos-14 + - host: macos-13 target: x86_64-apple-darwin bundles: app,dmg os: darwin