Skip to content

Commit

Permalink
Update Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckschwerdt committed Oct 17, 2024
1 parent 94889f7 commit a260f69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14]
os: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
name: Build on ${{ matrix.os }} (macports)
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14]
os: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
name: Build on ${{ matrix.os }} (tfcollins)
steps:
Expand All @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14]
os: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
name: Build on ${{ matrix.os }} (pothos)
steps:
Expand Down

0 comments on commit a260f69

Please sign in to comment.