Skip to content

Commit

Permalink
fix: update cli-tests to use macos-latest
Browse files Browse the repository at this point in the history
Jobs using the macos-12 YAML workflow label should be
updated to macos-15, macos-14, macos-13, or macos-latest.
  • Loading branch information
robrap authored Oct 16, 2024
1 parent fac6f35 commit 10bf7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: linux
image: ubuntu-20.04 # Focal Fossa
- name: mac
image: macos-12
image: macos-latest
python-version:
- '3.11'
fail-fast: false
Expand Down

0 comments on commit 10bf7bf

Please sign in to comment.