Skip to content

Commit

Permalink
build: Update MacOS runners in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckschwerdt committed Oct 31, 2024
1 parent 96eb83a commit f7c24ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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 }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14]
os: [macos-13, macos-14]
feat: [rtlsdr, soapysdr]
include:
- os: macos-12
- os: macos-13
arch: x86_64
- os: macos-14
arch: arm64
Expand Down

0 comments on commit f7c24ae

Please sign in to comment.