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 Sep 28, 2024
1 parent 98cc5bf commit d8cf4e8
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.8', '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 d8cf4e8

Please sign in to comment.