File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
45
45
fail-fast : false
46
46
matrix :
47
47
include :
48
- - os : macos-12
48
+ - os : macos-14
49
49
python-version : " 3.12"
50
50
# We only support PyPy on Linux at the moment.
51
- - os : ubuntu-latest
51
+ - os : ubuntu-22.04
52
52
python-version : " pypy-3.9"
53
- - os : ubuntu-latest
53
+ - os : ubuntu-22.04
54
54
python-version : " 3.12"
55
- - os : windows-latest
55
+ - os : windows-2022
56
56
python-version : " 3.12"
57
57
58
58
steps :
@@ -140,7 +140,7 @@ jobs:
140
140
finish-coverage-report :
141
141
needs :
142
142
- " coverage"
143
- runs-on : " ubuntu-latest "
143
+ runs-on : " ubuntu-22.04 "
144
144
container : " python:3-slim"
145
145
steps :
146
146
- name : " Indicate completion to coveralls.io"
@@ -160,8 +160,8 @@ jobs:
160
160
# 22.04 has some issue with Tor at the moment:
161
161
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3943
162
162
- ubuntu-20.04
163
- - macos-12
164
- - windows-latest
163
+ - macos-14
164
+ - windows-2022
165
165
python-version :
166
166
- " 3.11"
167
167
force-foolscap :
@@ -185,7 +185,7 @@ jobs:
185
185
brew install tor
186
186
187
187
- name : Install Tor [Windows]
188
- if : matrix.os == 'windows-latest '
188
+ if : matrix.os == 'windows-2022 '
189
189
uses : crazy-max/ghaction-chocolatey@v2
190
190
with :
191
191
args : install tor
@@ -242,9 +242,9 @@ jobs:
242
242
fail-fast : false
243
243
matrix :
244
244
os :
245
- - macos-12
246
- - windows-latest
247
- - ubuntu-latest
245
+ - macos-14
246
+ - windows-2022
247
+ - ubuntu-22.04
248
248
python-version :
249
249
- 3.9
250
250
Original file line number Diff line number Diff line change
1
+ pinning base images of builders to improve reproducibility on checks for PRs
You can’t perform that action at this time.
0 commit comments