File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
build-and-deploy :
26
26
name : Build and Deploy Docs
27
27
28
- runs-on : ubuntu-20.04
28
+ runs-on : ubuntu-latest
29
29
30
30
permissions :
31
31
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -235,7 +235,7 @@ jobs:
235
235
# Needed to modify a comment in the pull request's issue
236
236
pull-requests : write
237
237
238
- runs-on : ubuntu-20.04
238
+ runs-on : ubuntu-latest
239
239
240
240
steps :
241
241
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Original file line number Diff line number Diff line change 72
72
strategy :
73
73
matrix :
74
74
python : ['3.9', '3.10', '3.11']
75
- os : [ubuntu-20 .04, windows-2019]
75
+ os : [ubuntu-22 .04, windows-2019]
76
76
77
77
permissions :
78
78
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -168,7 +168,7 @@ jobs:
168
168
strategy :
169
169
matrix :
170
170
python : ['3.9', '3.10', '3.11']
171
- os : [ubuntu-20 .04, ubuntu-latest]
171
+ os : [ubuntu-22 .04, ubuntu-latest]
172
172
173
173
continue-on-error : true
174
174
@@ -439,7 +439,7 @@ jobs:
439
439
strategy :
440
440
matrix :
441
441
python : ['3.9', '3.10', '3.11']
442
- os : [ubuntu-20 .04, windows-2019]
442
+ os : [ubuntu-22 .04, windows-2019]
443
443
444
444
runs-on : ${{ matrix.os }}
445
445
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions: read-all
9
9
jobs :
10
10
generate-coverage :
11
11
name : Generate coverage and push to Coveralls.io
12
- runs-on : ubuntu-20.04
12
+ runs-on : ubuntu-latest
13
13
14
14
permissions :
15
15
# Needed to cancel any previous runs that are not completed for a given workflow
You can’t perform that action at this time.
0 commit comments