Skip to content

Commit

Permalink
update macOS to 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kichura authored Nov 19, 2024
1 parent 5862979 commit 955a7c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# maybe update to macOS 14 if this is ARM64-ready?
platform: [macos-13, ubuntu-20.04, windows-2022]
platform: [macos-15, ubuntu-20.04, windows-2022]

runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -87,7 +86,7 @@ jobs:
path: src-tauri/target/release/fabulously-optimized-installer
- name: Upload the macOS packages
uses: actions/upload-artifact@v4
if: matrix.platform == 'macos-13'
if: matrix.platform == 'macos-15'
with:
name: macos-packages
path: src-tauri/target/release/bundle/dmg/*.dmg
Expand Down Expand Up @@ -117,7 +116,7 @@ jobs:
path: src-tauri/target/debug/fabulously-optimized-installer
- name: Upload the macOS packages (debug)
uses: actions/upload-artifact@v4
if: matrix.platform == 'macos-13'
if: matrix.platform == 'macos-15'
with:
name: macos-packages-debug
path: src-tauri/target/debug/bundle/dmg/*.dmg
Expand Down

0 comments on commit 955a7c0

Please sign in to comment.