File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build-deploy-docs :
12
12
name : Docs
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-24.04
14
14
steps :
15
15
- name : Cancel Previous Runs
16
16
uses : styfle/cancel-workflow-action@0.12.1
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
pre-commit :
10
10
name : Lint
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04
12
12
steps :
13
13
- name : Cancel Previous Runs
14
14
uses : styfle/cancel-workflow-action@0.12.1
24
24
strategy :
25
25
matrix :
26
26
python : [ 3.9, 3.12 ]
27
- os : [ macos-latest, ubuntu-latest , windows-latest ]
27
+ os : [ macos-latest, ubuntu-24.04 , windows-latest ]
28
28
defaults :
29
29
run :
30
30
shell : bash
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
94
94
python -c "import tszip"
95
95
96
96
manylinux-test :
97
- runs-on : ubuntu-latest
97
+ runs-on : ubuntu-24.04
98
98
needs : ['manylinux']
99
99
strategy :
100
100
matrix :
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
119
119
PyPI_Upload :
120
- runs-on : ubuntu-latest
120
+ runs-on : ubuntu-24.04
121
121
environment : release
122
122
needs : [ 'windows-test', 'OSX-test', 'manylinux-test' ]
123
123
permissions :
You can’t perform that action at this time.
0 commit comments