Skip to content

Commit

Permalink
CI: bump min macOS version to 13
Browse files Browse the repository at this point in the history
macOS 12 runners are being phased out
  • Loading branch information
kmilos authored and neheb committed Oct 2, 2024
1 parent 2392d8a commit 4173969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_push_BasicWinLinMac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
strategy:
matrix:
runner:
- { os: macos-12, arch: X64 }
- { os: macos-14, arch: ARM64 }
- { os: macos-13, arch: X64 }
- { os: macos-latest, arch: ARM64 }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4173969

Please sign in to comment.