File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
check-version :
12
12
name : Check the tag corresponds to the crate version
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-24 .04
14
14
15
15
steps :
16
16
- uses : actions/checkout@v4
@@ -50,15 +50,15 @@ jobs:
50
50
cibw_build : cp39-macosx_arm64
51
51
- os : windows-2019
52
52
cibw_build : cp39-win_amd64
53
- - os : ubuntu-20 .04
53
+ - os : ubuntu-24 .04
54
54
cibw_build : cp39-manylinux_x86_64
55
- - os : ubuntu-20 .04
55
+ - os : ubuntu-24 .04
56
56
cibw_build : cp39-musllinux_x86_64
57
- - os : ubuntu-20 .04
57
+ - os : ubuntu-24 .04-arm
58
58
cibw_build : cp39-manylinux_aarch64
59
- - os : ubuntu-20 .04
59
+ - os : ubuntu-24 .04
60
60
cibw_build : cp39-manylinux_ppc64le
61
- - os : ubuntu-20 .04
61
+ - os : ubuntu-24 .04-arm
62
62
cibw_build : cp39-musllinux_aarch64
63
63
64
64
steps :
@@ -115,7 +115,7 @@ jobs:
115
115
116
116
sdist :
117
117
name : Build source distribution
118
- runs-on : ubuntu-20 .04
118
+ runs-on : ubuntu-24 .04
119
119
120
120
defaults :
121
121
run :
@@ -172,7 +172,7 @@ jobs:
172
172
needs : publish
173
173
174
174
name : Publish light-curve-python
175
- runs-on : ubuntu-20 .04
175
+ runs-on : ubuntu-24 .04
176
176
177
177
defaults :
178
178
run :
You can’t perform that action at this time.
0 commit comments