Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fix macOS build
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Rathgeb <[email protected]>
  • Loading branch information
maggu2810 committed Jan 8, 2024
1 parent 4acadba commit 625cc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,13 @@ jobs:

macos:
name: macOS Apps
runs-on: macos-12
runs-on: macos-13
steps:
- name: Clone repository
uses: actions/checkout@v3

- name: Prepare environment
run: export MACOSX_DEPLOYMENT_TARGET=10.14
run: export MACOSX_DEPLOYMENT_TARGET=13

- name: Install dependencies
run: |
Expand Down

0 comments on commit 625cc95

Please sign in to comment.