Skip to content

Commit f77509a

Browse files
committed
bump to new macos 15 intel runner
1 parent e730b34 commit f77509a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/jit.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
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

0 commit comments

Comments
 (0)