Skip to content

Commit

Permalink
Downgrade macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Nov 21, 2024
1 parent 74ed64a commit 711b322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ jobs:
retention-days: 5

macos-tests:
runs-on: macos-latest
runs-on: macos-13
steps:

- uses: tecolicom/actions-use-homebrew-tools@v1
with:
tools: "cmake boost openssl@3 ncurses"
tools: "cmake boost openssl@3"
cache: yes
verbose: false

Expand Down

0 comments on commit 711b322

Please sign in to comment.