From 13d7f2f125a55eef8fc4957c5d7a359feb4b5aeb Mon Sep 17 00:00:00 2001 From: Jan Feil <11638228+jfeil@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:15:17 +0200 Subject: [PATCH] Update github actions --- .github/workflows/ci-autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-autobuild.yml b/.github/workflows/ci-autobuild.yml index 01b764b..970ccb9 100644 --- a/.github/workflows/ci-autobuild.yml +++ b/.github/workflows/ci-autobuild.yml @@ -71,7 +71,7 @@ jobs: zip -r dist/RegeltestCreator.app.zip dist/RegeltestCreator.app - name: Archive production artifacts uses: actions/upload-artifact@v4 - if: matrix.os == 'macos-latest' + if: matrix.os == 'macos-13' with: name: release-macos path: dist/RegeltestCreator.app.zip