Skip to content

Commit

Permalink
[MAIN] remove gh-action runner macOS12
Browse files Browse the repository at this point in the history
The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see actions/runner-images#10721
  • Loading branch information
Moritz-Alexander-Kern committed Dec 10, 2024
1 parent 123ca04 commit 3316a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
fail-fast: false
matrix:
# OS [ubuntu-latest, macos-latest, windows-latest]
os: [macos-12,macos-13]
os: [macos-13,macos-14]
python-version: [3.11]
steps:
- name: Get current year-month
Expand Down

0 comments on commit 3316a2a

Please sign in to comment.