File tree 2 files changed +15
-17
lines changed
2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -43,29 +43,29 @@ jobs:
43
43
fail-fast : false
44
44
matrix :
45
45
include :
46
- - os : macOS-12
46
+ - os : macOS-13
47
47
version : cp313-macosx_x86_64
48
- - os : macOS-12
48
+ - os : macOS-15
49
49
version : cp313-macosx_arm64
50
- - os : macOS-12
50
+ - os : macOS-13
51
51
version : cp312-macosx_x86_64
52
- - os : macOS-12
52
+ - os : macOS-15
53
53
version : cp312-macosx_arm64
54
- - os : macOS-12
54
+ - os : macOS-13
55
55
version : cp311-macosx_x86_64
56
- - os : macOS-12
56
+ - os : macOS-15
57
57
version : cp311-macosx_arm64
58
- - os : macOS-12
58
+ - os : macOS-13
59
59
version : cp310-macosx_x86_64
60
- - os : macOS-12
60
+ - os : macOS-15
61
61
version : cp310-macosx_arm64
62
- - os : macOS-12
62
+ - os : macOS-13
63
63
version : cp39-macosx_x86_64
64
- - os : macOS-12
64
+ - os : macOS-15
65
65
version : cp39-macosx_arm64
66
- - os : macOS-12
66
+ - os : macOS-13
67
67
version : cp38-macosx_x86_64
68
- - os : macOS-12
68
+ - os : macOS-15
69
69
version : cp38-macosx_arm64
70
70
71
71
- os : windows-2022
@@ -123,10 +123,8 @@ jobs:
123
123
rm gssapi-*.tar.gz
124
124
125
125
- name : Build wheel
126
- uses : pypa/cibuildwheel@v2.21.2
126
+ uses : pypa/cibuildwheel@v2.22.0
127
127
env :
128
- CIBW_ARCHS : all
129
- CIBW_TEST_SKIP : ' *_arm64'
130
128
CIBW_BUILD : ${{ matrix.version }}
131
129
CIBW_BUILD_VERBOSITY : 1
132
130
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ lib::setup::debian_install() {
23
23
}
24
24
25
25
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 $@
28
28
}
29
29
30
30
lib::setup::centos_install () {
You can’t perform that action at this time.
0 commit comments