Skip to content

Commit

Permalink
Updates macOS github action runner to 15 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleiber authored Nov 30, 2024
1 parent 5f604ae commit e107f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:

build-host:
env:
MACOSX_DEPLOYMENT_TARGET: 12
MACOSX_DEPLOYMENT_TARGET: 15
strategy:
fail-fast: false
matrix:
include:
- os: windows-latest
artifact-name: Win64
architecture: x64
- os: macos-12
- os: macos-15
artifact-name: macOS
architecture: x64
- os: ubuntu-latest
Expand Down

0 comments on commit e107f39

Please sign in to comment.