From e6a00449cf92ed262e292184650dcbb30ef2c7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Vasconcellos?= Date: Tue, 27 Feb 2024 17:41:06 -0300 Subject: [PATCH] Revert x86_64-apple-darwin CI runners to macos-13 (#2131) - Attempt to workaround weird bug where rust thinks x86_64-apple-darwin std is not installed for some reason --- .github/workflows/cache-factory.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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