Skip to content

Commit

Permalink
Merge pull request tahoe-lafs#1404 from LeastAuthority/4141.pin-ci-bu…
Browse files Browse the repository at this point in the history
…ilders

4141: Pin the base versions of the builders to improve reproducibility while checking PRs
  • Loading branch information
meejah authored Dec 7, 2024
2 parents a46c41c + e52a7fb commit e24b9ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-12
- os: macos-14
python-version: "3.12"
# We only support PyPy on Linux at the moment.
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "pypy-3.9"
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "3.12"
- os: windows-latest
- os: windows-2022
python-version: "3.12"

steps:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
finish-coverage-report:
needs:
- "coverage"
runs-on: "ubuntu-latest"
runs-on: "ubuntu-22.04"
container: "python:3-slim"
steps:
- name: "Indicate completion to coveralls.io"
Expand All @@ -160,8 +160,8 @@ jobs:
# 22.04 has some issue with Tor at the moment:
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3943
- ubuntu-20.04
- macos-12
- windows-latest
- macos-14
- windows-2022
python-version:
- "3.11"
force-foolscap:
Expand All @@ -185,7 +185,7 @@ jobs:
brew install tor
- name: Install Tor [Windows]
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-2022'
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install tor
Expand Down Expand Up @@ -242,9 +242,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- windows-latest
- ubuntu-latest
- macos-14
- windows-2022
- ubuntu-22.04
python-version:
- 3.9

Expand Down
1 change: 1 addition & 0 deletions newsfragments/4141.minor
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pinning base images of builders to improve reproducibility on checks for PRs

0 comments on commit e24b9ec

Please sign in to comment.