Skip to content

Commit

Permalink
ci: use macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Oct 5, 2024
1 parent ddbb424 commit 91b8aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: linux
image: ubuntu-24.04
- name: macos
image: macos-14
image: macos-15
- name: windows
image: windows-2022
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13-dev', 'pypy3.10']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
path: dist

macos:
runs-on: macos-14
runs-on: macos-15
needs: [set-version]
strategy:
matrix:
Expand Down

0 comments on commit 91b8aa8

Please sign in to comment.