Skip to content

Commit

Permalink
Update mac build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev authored Dec 29, 2024
1 parent 9d5d5ab commit 41b373b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-22.04, windows-latest, macos-12]
platform: [macos-latest, ubuntu-22.04, windows-latest, macos-15]

runs-on: ${{ matrix.platform }}

Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
# xcrun altool --upload-app -f file -t platform -u username [-p password]

- name: Build the app (Mac)
if: matrix.platform == 'macos-12'
if: matrix.platform == 'macos-15'
uses: tauri-apps/tauri-action@v0

env:
Expand Down

0 comments on commit 41b373b

Please sign in to comment.