From 383665047c543b65103f6b3dc8225fab83ebc78b Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Mon, 9 Dec 2024 17:55:02 +0500 Subject: [PATCH 1/2] build: update macos and python version in release yaml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7069dfb22..e6dbf4e970 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - os: ubuntu-20.04 locale: C.UTF-8 # https://endoflife.date/macos - - os: macos-12 + - os: macos-13 locale: en_US.UTF-8 env: LC_ALL: ${{ matrix.locale }} @@ -38,7 +38,7 @@ jobs: # https://github.com/actions/setup-python uses: actions/setup-python@v3 with: - python-version: 3.9 + python-version: 3.12 cache: 'pip' cache-dependency-path: requirements/dev.txt - name: Upgrade pip and setuptools From f65b437ad0b32d8737016f190afe784cc9a3c9f5 Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Tue, 10 Dec 2024 14:51:40 +0500 Subject: [PATCH 2/2] chore: revert python version upgrade --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6dbf4e970..0bd80af09c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: # https://github.com/actions/setup-python uses: actions/setup-python@v3 with: - python-version: 3.12 + python-version: 3.9 cache: 'pip' cache-dependency-path: requirements/dev.txt - name: Upgrade pip and setuptools