Skip to content

Commit

Permalink
Attempt to conditionally run brew install libsodium on macos-latest…
Browse files Browse the repository at this point in the history
… build (WebOfTrust#770)

* Attempt to conditionally run `brew install libsodium` on macos-latest build

Signed-off-by: pfeairheller <[email protected]>

* How about this?

Signed-off-by: pfeairheller <[email protected]>

* Just going to pin to macos-13

Signed-off-by: pfeairheller <[email protected]>

---------

Signed-off-by: pfeairheller <[email protected]>
  • Loading branch information
pfeairheller authored Apr 30, 2024
1 parent fd7e98a commit ae5ed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest ]
os: [ macos-13, ubuntu-latest ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ae5ed8d

Please sign in to comment.