Skip to content

Commit

Permalink
chore(ci): use latest macos runner, in hope it's faster to obtain
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Nov 13, 2024
1 parent 67c56a8 commit c374bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
run-compat-tests-aarch64-apple-darwin:
name: "Compat test (aarch64-apple-darwin)"
needs: [ build-cli ]
runs-on: macos-13-arm64
runs-on: macos-latest-arm64

steps:
- name: "Show system info"
Expand Down

0 comments on commit c374bfd

Please sign in to comment.