Skip to content

Commit f8c8882

Browse files
authored
devops: run conda test builds on macos-13
1 parent d46b729 commit f8c8882

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
@@ -157,7 +157,7 @@ jobs:
157157
strategy:
158158
fail-fast: false
159159
matrix:
160-
os: [ubuntu-20.04, macos-12, windows-2019]
160+
os: [ubuntu-20.04, macos-13, windows-2019]
161161
runs-on: ${{ matrix.os }}
162162
steps:
163163
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)