Skip to content

Commit

Permalink
Update pipeline to macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Sep 26, 2024
1 parent b2194d6 commit 41ddfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
build:
strategy:
matrix:
platform: [ubuntu-24.04, macos-14, windows-latest]
platform: [ubuntu-24.04, macos-15, windows-latest]
include:
- platform: ubuntu-24.04
artifact-path: target/release/fend
artifact-platform-name: linux-x86_64-gnu
env-command: ">> $GITHUB_ENV"
- platform: macos-14
- platform: macos-15
artifact-path: target/release/fend
artifact-platform-name: macos-aarch64
env-command: ">> $GITHUB_ENV"
Expand Down

0 comments on commit 41ddfef

Please sign in to comment.