Skip to content

Commit 7d3bba4

Browse files
remove macos13 conda from the CI
1 parent 29b6116 commit 7d3bba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
strategy:
309309
fail-fast: false
310310
matrix:
311-
os: [ubuntu-22.04 , macos-13, macos-14 ]
311+
os: [ubuntu-22.04, macos-14 ]
312312
runs-on: ${{ matrix.os }}
313313
steps:
314314
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)