Skip to content

Commit

Permalink
Test macOS 12 and 13 instead of 11 and 12. (jendrikseipp#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed May 5, 2024
1 parent 7b0ed8c commit e4f9246
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Build macOS installer

on: [push, pull_request]
env:
python_version: '3.11'
python_version: '3.12'

jobs:
macos:
runs-on: macos-11
runs-on: macos-12
permissions:
contents: write
timeout-minutes: 45
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
os: [macos-11, macos-12, ubuntu-20.04, ubuntu-22.04]
os: [macos-12, macos-13, ubuntu-20.04, ubuntu-22.04]

steps:
- uses: actions/checkout@v3
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Install common dependencies
run: |
python3 -m pip install setuptools==59.6.0 tox==3.27.1
python3 -m pip install setuptools tox
- name: Check style
if: matrix.os == 'ubuntu-22.04'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# next (unreleased)
* Test macOS 12 and 13 instead of 11 and 12 (Jendrik Seipp).

# 2.31 (2023-09-02)
* Add basic text replace functionality (#715, @curioussushiroll).

Expand Down

0 comments on commit e4f9246

Please sign in to comment.