Skip to content

Commit

Permalink
chore: Use macos-15 runner
Browse files Browse the repository at this point in the history
macos-12 is deprecated
  • Loading branch information
phildenhoff committed Nov 18, 2024
1 parent 886e337 commit f5c3e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-22.04, macos-12]
platform: [ubuntu-22.04, macos-15]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
src-tauri/target/release/bundle/appimage/citadel_0.3.0_amd64.AppImage
- name: (macOS only) Upload build artifacts
if: matrix.platform == 'macos-12'
if: matrix.platform == 'macos-15'
uses: actions/upload-artifact@v4
with:
name: macos-app-and-dmg
Expand Down

0 comments on commit f5c3e88

Please sign in to comment.