Skip to content

Commit ccb492b

Browse files
Update macOS Intel runner
macos-13 no longer there.
1 parent c0ce6d4 commit ccb492b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
# macos-13 to get Intel
12-
os: ["ubuntu-latest", "windows-latest", "macos-13", "macos-latest"]
12+
os: ["ubuntu-latest", "windows-latest", "macos-15-intel", "macos-latest"]
1313
pyver: ["3.10", "3.11", "3.12", "3.13"]
1414
steps:
1515
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)