Skip to content

Commit b91187a

Browse files
committed
use macos-26-intel runners
1 parent 2228714 commit b91187a

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:
@@ -98,7 +98,7 @@ jobs:
9898
matrix:
9999
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
100100
experimental: [false]
101-
runner: [macos-latest]
101+
runner: [macos-26-intel]
102102
continue-on-error: ${{ matrix.experimental }}
103103
env:
104104
CHANNELS: -c conda-forge -c conda-forge/label/python_rc --override-channels

0 commit comments

Comments
 (0)