Skip to content

Commit

Permalink
build: update macos and python version in release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz committed Dec 10, 2024
1 parent d547f5b commit 15a9da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 15a9da3

Please sign in to comment.