diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1ebc5973..ce5ad3eee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: fail-fast: false matrix: include: - - os: macos-12 + - os: macos-latest python-version: "3.12" # We only support PyPy on Linux at the moment. - os: ubuntu-latest @@ -160,7 +160,7 @@ 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 + - macos-latest - windows-latest python-version: - "3.11" @@ -242,7 +242,7 @@ jobs: fail-fast: false matrix: os: - - macos-12 + - macos-latest - windows-latest - ubuntu-latest python-version: