Skip to content

Commit f56d2ce

Browse files
committedFeb 17, 2025
Update macOS build versions
Update the versions of macOS that is used to build the wheels in CI. Also removes invalid DNF 5 option now that it is being tested in CI. Signed-off-by: Jordan Borean <jborean93@gmail.com>
1 parent ca046f4 commit f56d2ce

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed
 

‎.github/workflows/ci.yml

+13-15
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,29 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
include:
46-
- os: macOS-12
46+
- os: macOS-13
4747
version: cp313-macosx_x86_64
48-
- os: macOS-12
48+
- os: macOS-15
4949
version: cp313-macosx_arm64
50-
- os: macOS-12
50+
- os: macOS-13
5151
version: cp312-macosx_x86_64
52-
- os: macOS-12
52+
- os: macOS-15
5353
version: cp312-macosx_arm64
54-
- os: macOS-12
54+
- os: macOS-13
5555
version: cp311-macosx_x86_64
56-
- os: macOS-12
56+
- os: macOS-15
5757
version: cp311-macosx_arm64
58-
- os: macOS-12
58+
- os: macOS-13
5959
version: cp310-macosx_x86_64
60-
- os: macOS-12
60+
- os: macOS-15
6161
version: cp310-macosx_arm64
62-
- os: macOS-12
62+
- os: macOS-13
6363
version: cp39-macosx_x86_64
64-
- os: macOS-12
64+
- os: macOS-15
6565
version: cp39-macosx_arm64
66-
- os: macOS-12
66+
- os: macOS-13
6767
version: cp38-macosx_x86_64
68-
- os: macOS-12
68+
- os: macOS-15
6969
version: cp38-macosx_arm64
7070

7171
- os: windows-2022
@@ -123,10 +123,8 @@ jobs:
123123
rm gssapi-*.tar.gz
124124
125125
- name: Build wheel
126-
uses: pypa/cibuildwheel@v2.21.2
126+
uses: pypa/cibuildwheel@v2.22.0
127127
env:
128-
CIBW_ARCHS: all
129-
CIBW_TEST_SKIP: '*_arm64'
130128
CIBW_BUILD: ${{ matrix.version }}
131129
CIBW_BUILD_VERBOSITY: 1
132130

‎ci/lib.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ lib::setup::debian_install() {
2323
}
2424

2525
lib::setup::rh_dnfinst() {
26-
# dnf has no update-only verb. Also: modularity just makes this slower.
27-
dnf -y --nogpgcheck --disablerepo=\*modul\* install $@
26+
# dnf has no update-only verb.
27+
dnf -y --nogpgcheck install $@
2828
}
2929

3030
lib::setup::centos_install() {

0 commit comments

Comments
 (0)