Skip to content

Commit 657ace5

Browse files
committed
.github: bump os versions
1 parent c8ed512 commit 657ace5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build Linux x86_64 wheels
2020
strategy:
2121
matrix:
22-
os: ["ubuntu-22.04"]
22+
os: ["ubuntu-24.04"]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- name: Checkout repository
@@ -53,7 +53,7 @@ jobs:
5353
name: Build Linux arm64 wheels
5454
strategy:
5555
matrix:
56-
os: ["ubuntu-22.04-arm"]
56+
os: ["ubuntu-24.04-arm"]
5757
runs-on: ${{ matrix.os }}
5858
steps:
5959
- name: Checkout repository
@@ -189,7 +189,7 @@ jobs:
189189
name: Build MacOS x86_64 wheels
190190
strategy:
191191
matrix:
192-
os: [macos-13]
192+
os: [macos-14]
193193
runs-on: ${{ matrix.os }}
194194
steps:
195195
- name: Checkout repository

0 commit comments

Comments
 (0)