Skip to content

Commit 649344e

Browse files
committed
build: Remove macos-13 runner, remove MacOS-x86_64 builds
1 parent fd5f714 commit 649344e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
os: [macos-13, macos-14, macos-15]
8+
os: [macos-14, macos-15]
99
runs-on: ${{ matrix.os }}
1010
name: Build on ${{ matrix.os }}
1111
steps:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
os: [macos-13, macos-14]
72+
os: [macos-14]
7373
feat: [rtlsdr, soapysdr]
7474
include:
75-
- os: macos-13
76-
arch: x86_64
75+
#- os: macos-13
76+
# arch: x86_64
7777
- os: macos-14
7878
arch: arm64
7979
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)