File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 7979 - target : aarch64-pc-windows-msvc/msvc
8080 architecture : ARM64
8181 runner : windows-11-arm
82- - target : x86_64-apple-darwin-rosetta /clang
82+ - target : x86_64-apple-darwin/clang
8383 architecture : x86_64
84- runner : macos-14
84+ runner : macos-15-intel
8585 - target : aarch64-apple-darwin/clang
8686 architecture : aarch64
8787 runner : macos-14
@@ -122,13 +122,7 @@ jobs:
122122 export CFLAGS_JIT='-Werror=unguarded-availability'
123123 export MACOSX_DEPLOYMENT_TARGET=10.15
124124 ./configure --enable-experimental-jit --enable-universalsdk --with-universal-archs=universal2 ${{ matrix.debug && '--with-pydebug' || '' }}
125- # Use Rosetta for x86_64 builds on ARM runners because of
126- # the deprecation of x86_64 support for GitHub-hosted macOS runners
127- if [[ "${{ matrix.architecture }}" == "x86_64" && "$(uname -m)" == "arm64" ]]; then
128- arch -x86_64 make all --jobs 4
129- else
130- make all --jobs 4
131- fi
125+ make all --jobs 4
132126 ./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
133127
134128 - name : Linux
You can’t perform that action at this time.
0 commit comments