Skip to content

Commit

Permalink
CI: use macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 15, 2024
1 parent 269a728 commit c0670ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
pre-commit:
runs-on: macos-14
runs-on: macos-15
env:
RUFF_OUTPUT_FORMAT: github
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
pre-commit run --all-files
lint:
runs-on: macos-14
runs-on: macos-15
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14]
os: [ubuntu-latest, macos-15]
python-version: ['3.10', '3.11', '3.12']
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit c0670ab

Please sign in to comment.