We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ed512 commit 657ace5Copy full SHA for 657ace5
1 file changed
.github/workflows/wheels.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Build Linux x86_64 wheels
20
strategy:
21
matrix:
22
- os: ["ubuntu-22.04"]
+ os: ["ubuntu-24.04"]
23
runs-on: ${{ matrix.os }}
24
steps:
25
- name: Checkout repository
@@ -53,7 +53,7 @@ jobs:
53
name: Build Linux arm64 wheels
54
55
56
- os: ["ubuntu-22.04-arm"]
+ os: ["ubuntu-24.04-arm"]
57
58
59
@@ -189,7 +189,7 @@ jobs:
189
name: Build MacOS x86_64 wheels
190
191
192
- os: [macos-13]
+ os: [macos-14]
193
194
195
0 commit comments