Skip to content

Commit

Permalink
macos-12 -> macos-13 in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Dec 9, 2024
1 parent ed0c342 commit 36ca8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-12, macos-14, windows-2022]
os: [ubuntu-22.04, macos-13, macos-14, windows-2022]
steps:
- uses: actions/checkout@v4
- if: runner.os == 'macOS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip_install_gmpy2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.11, 3.12, 3.13]
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 36ca8ec

Please sign in to comment.