File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
jobs :
17
17
build-deploy-docs :
18
18
name : Docs
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-24.04
20
20
steps :
21
21
- name : Cancel Previous Runs
22
22
uses : styfle/cancel-workflow-action@0.12.1
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
manylinux :
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-24.04
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v4.2.2
89
89
python -c "import tsdate"
90
90
91
91
manylinux-test :
92
- runs-on : ubuntu-latest
92
+ runs-on : ubuntu-24.04
93
93
needs : ['manylinux']
94
94
strategy :
95
95
matrix :
@@ -115,7 +115,7 @@ jobs:
115
115
116
116
117
117
PyPI_Upload :
118
- runs-on : ubuntu-latest
118
+ runs-on : ubuntu-24.04
119
119
needs : ['windows-test', 'OSX-test', 'manylinux-test']
120
120
environment : release
121
121
permissions :
You can’t perform that action at this time.
0 commit comments