Skip to content

Commit 5c41dd5

Browse files
committed
Remove macos-13 from actions
1 parent 4983132 commit 5c41dd5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
runner: [ubuntu-latest, ubuntu-24.04-arm, macos-14, macos-13, windows-latest]
62+
runner: [ubuntu-latest, ubuntu-24.04-arm, macos-14, windows-latest]
6363
steps:
6464
- uses: actions/checkout@v4
6565
with:

.github/workflows/pysplashsurf_CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ jobs:
187187
fail-fast: false
188188
matrix:
189189
include:
190-
- runner: macos-13
191-
target: x86_64
192190
- runner: macos-14
193191
target: aarch64
194192
steps:

0 commit comments

Comments
 (0)