Skip to content

Commit

Permalink
Fix macOS build: upgrade to latest direnv
Browse files Browse the repository at this point in the history
A few months ago, our GitHub actions started running on arm macOS
machines [0]. However, direnv v2.23.1 doesn't actually have an arm
release for macos:
https://github.com/direnv/direnv/releases/tag/v2.23.1. direnv started
uploading prebuild darwin-amd64 images in v2.28.0:
https://github.com/direnv/direnv/releases/tag/v2.28.0. I opted to just
upgrade us to the latest version while I'm in here.

[0]: https://www.reddit.com/r/github/comments/1cjiat4/is_github_actions_macoslatest_now_only_armbased/
  • Loading branch information
jfly committed Aug 20, 2024
1 parent a2219c2 commit df21a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- macos-latest
- ubuntu-latest
direnv:
- 2.23.1
- 2.34.0

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit df21a56

Please sign in to comment.