Skip to content

Commit

Permalink
ci: use macos-13 on Github Actions as macos-12 will be dropped (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
luislhl authored Nov 18, 2024
1 parent 9822bdb commit dc3c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
full_matrix = {
'python': ['3.10', '3.11', '3.12'],
# available OS's: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
'os': ['ubuntu-22.04', 'macos-12'],
'os': ['ubuntu-22.04', 'macos-13'],
}
# this is the fastest one:
reduced_matrix = {
Expand Down

0 comments on commit dc3c7ca

Please sign in to comment.