From 0ce5f7d68bb76167cb79339a4b106fe7cf7beb15 Mon Sep 17 00:00:00 2001 From: synacker Date: Tue, 1 Oct 2024 23:05:44 +0300 Subject: [PATCH] Fixed macos build --- .github/workflows/daggy-github-actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daggy-github-actions.yaml b/.github/workflows/daggy-github-actions.yaml index 8eea3cc..310a024 100644 --- a/.github/workflows/daggy-github-actions.yaml +++ b/.github/workflows/daggy-github-actions.yaml @@ -214,7 +214,7 @@ jobs: build/*.zip macos-arm: - runs-on: macos-14-xlarge + runs-on: macos-14 permissions: id-token: write contents: read @@ -286,7 +286,7 @@ jobs: build/Release/*.zip macos-x64: - runs-on: macos-15-large + runs-on: macos-13 permissions: id-token: write contents: read