From 2ebdccf0698d9fb866e258d0670a7ff3848bd29b Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 3 Dec 2024 12:02:00 -0700 Subject: [PATCH] macos-12 deprecated; move to latest --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: