Skip to content

Commit

Permalink
ci(github-actions): update macOS runners (GitHub changed numbering)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Jan 13, 2025
1 parent 26a787c commit 8b0ef26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
fail-fast: true
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [macos-12, macos-14] # macOS 12 (Intel),macOS 14 (Apple Silicon)
os: [macos-13, macos-latest] # macOS 13 (Intel),macOS-latest (Apple Silicon)
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit 8b0ef26

Please sign in to comment.