Skip to content

Commit 9abd29e

Browse files
committed
Use ARM runner for aarch64 wheels
1 parent 0bd17f3 commit 9abd29e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
check-version:
1212
name: Check the tag corresponds to the crate version
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -50,15 +50,15 @@ jobs:
5050
cibw_build: cp39-macosx_arm64
5151
- os: windows-2019
5252
cibw_build: cp39-win_amd64
53-
- os: ubuntu-20.04
53+
- os: ubuntu-24.04
5454
cibw_build: cp39-manylinux_x86_64
55-
- os: ubuntu-20.04
55+
- os: ubuntu-24.04
5656
cibw_build: cp39-musllinux_x86_64
57-
- os: ubuntu-20.04
57+
- os: ubuntu-24.04-arm
5858
cibw_build: cp39-manylinux_aarch64
59-
- os: ubuntu-20.04
59+
- os: ubuntu-24.04
6060
cibw_build: cp39-manylinux_ppc64le
61-
- os: ubuntu-20.04
61+
- os: ubuntu-24.04-arm
6262
cibw_build: cp39-musllinux_aarch64
6363

6464
steps:
@@ -115,7 +115,7 @@ jobs:
115115

116116
sdist:
117117
name: Build source distribution
118-
runs-on: ubuntu-20.04
118+
runs-on: ubuntu-24.04
119119

120120
defaults:
121121
run:
@@ -172,7 +172,7 @@ jobs:
172172
needs: publish
173173

174174
name: Publish light-curve-python
175-
runs-on: ubuntu-20.04
175+
runs-on: ubuntu-24.04
176176

177177
defaults:
178178
run:

0 commit comments

Comments
 (0)