File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 - id : step
3636 run : |
3737 if [ "$GITHUB_EVENT_NAME" = "release" ]; then
38- echo 'matrix_os=["macos-13 -xlarge", "macos-13 ", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
38+ echo 'matrix_os=["macos-15 -xlarge", "macos-15-intel ", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
3939 else
40- echo 'matrix_os=["macos-13 ", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
40+ echo 'matrix_os=["macos-15-intel ", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
4141 fi
4242
4343 wheels :
6767 if : startsWith(matrix.os, 'windows-')
6868
6969 - uses : pypa/cibuildwheel@v3.2.0
70- if : matrix.os != 'macos-13 -xlarge'
70+ if : matrix.os != 'macos-15 -xlarge'
7171 with :
7272 output-dir : dist
7373 env :
7979 CIBW_ENABLE : ${{ matrix.python.ft == '1' && 'cpython-freethreading' || '' }}
8080
8181 - run : pip install pipx
82- if : matrix.os == 'macos-13 -xlarge'
82+ if : matrix.os == 'macos-15 -xlarge'
8383 - uses : pypa/cibuildwheel@v3.2.0
84- if : matrix.os == 'macos-13 -xlarge'
84+ if : matrix.os == 'macos-15 -xlarge'
8585 with :
8686 output-dir : dist
8787 env :
You can’t perform that action at this time.
0 commit comments