Skip to content

Commit 04ee839

Browse files
authored
Merge pull request #417 from bashtage/add-dependabot
CI: Change OSX runner
2 parents cce89f4 + 2303306 commit 04ee839

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cron-build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
python: [cp312]
22-
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
22+
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]
2323
env:
2424
BUILD_COMMIT: "main"
2525
CIBW_BUILD: ${{ matrix.python }}-*
26-
CIBW_ARCHS_LINUX: "x86_64"
27-
CIBW_ARCHS_MACOS: "auto"
26+
CIBW_ARCHS_LINUX: x86_64
27+
CIBW_ARCHS_MACOS: native
2828
CIBW_SKIP: "pp* *-musllinux_* *-win32"
2929
CIBW_TEST_REQUIRES: pytest pytest-xdist
3030
CIBW_TEST_COMMAND: python -c "import randomgen; randomgen.test(['--skip-slow','-n','2'])"

0 commit comments

Comments
 (0)