Skip to content

Commit

Permalink
CI: Replace deprecated macos-12 image with macos-13
Browse files Browse the repository at this point in the history
phw committed Dec 1, 2024
1 parent 3a61ffa commit 983e90b
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-pypi.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, windows-2019]
os: [macos-13, windows-2019]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ permissions: {}

jobs:
package-macos:
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
setup:
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -8,10 +8,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, ubuntu-latest, windows-2019]
os: [macos-13, ubuntu-latest, windows-2019]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: macos-12
- os: macos-13
python-version: '3.7'
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
@@ -102,7 +102,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, ubuntu-latest, windows-latest]
os: [macos-13, ubuntu-latest, windows-latest]
python-version: ['3.8', '3.11']

steps:

0 comments on commit 983e90b

Please sign in to comment.