Skip to content

Commit

Permalink
fix(ci): move to macos-latest image (starship#6132)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkna authored Jul 26, 2024
1 parent 4c3c75a commit c7a8ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
name: starship-arm-unknown-linux-musleabihf.tar.gz

- target: x86_64-apple-darwin
os: macOS-11
os: macos-latest
name: starship-x86_64-apple-darwin.tar.gz

- target: aarch64-apple-darwin
os: macOS-11
os: macos-latest
name: starship-aarch64-apple-darwin.tar.gz

- target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit c7a8ea7

Please sign in to comment.