From 35f1dc6703b2f383aba31b253b4b4a12d06ec956 Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Fri, 4 Oct 2024 10:03:16 -0700 Subject: [PATCH] clean up --- .github/workflows/python-CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-CI.yml b/.github/workflows/python-CI.yml index 31d1d56f7a..dd227acc25 100644 --- a/.github/workflows/python-CI.yml +++ b/.github/workflows/python-CI.yml @@ -57,7 +57,7 @@ jobs: strategy: matrix: py: [ 3.8, 3.12 ] - os: [ ubuntu-latest, windows-latest, macos-12 ] + os: [ ubuntu-latest, windows-latest, macos-13 ] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -77,7 +77,7 @@ jobs: strategy: matrix: py: [ 3.8, 3.12 ] - os: [ ubuntu-latest, windows-latest, macos-12 ] + os: [ ubuntu-latest, windows-latest, macos-13 ] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -136,7 +136,7 @@ jobs: strategy: matrix: py: [ 3.9 ] - os: [ ubuntu-latest, windows-latest, macos-12 ] + os: [ ubuntu-latest, windows-latest, macos-13 ] steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -166,7 +166,7 @@ jobs: strategy: matrix: py: [ 3.9, 3.12 ] - os: [ ubuntu-latest, windows-latest, macos-12 ] + os: [ ubuntu-latest, windows-latest, macos-13 ] services: postgres: # Applying this workaround: https://github.com/actions/runner/issues/822