Skip to content

Commit 280cfc8

Browse files
committed
use macos-26-intel runners
1 parent 7195caa commit 280cfc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda-package-cf-osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
build_osx:
20-
runs-on: macos-latest
20+
runs-on: macos-26-intel
2121

2222
strategy:
2323
matrix:
@@ -97,7 +97,7 @@ jobs:
9797
matrix:
9898
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
9999
experimental: [false]
100-
runner: [macos-latest]
100+
runner: [macos-26-intel]
101101
continue-on-error: ${{ matrix.experimental }}
102102
env:
103103
CHANNELS: -c conda-forge -c conda-forge/label/python_rc --override-channels

0 commit comments

Comments
 (0)