Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeil committed Jun 20, 2024
1 parent d657d33 commit 13d7f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13d7f2f

Please sign in to comment.