From 15a9da386fbc50c70b1ef7b8eeeffbd1d092cf2e Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Mon, 9 Dec 2024 17:55:02 +0500 Subject: [PATCH] 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