Skip to content

Commit

Permalink
Fix macOS and FreeBSD CI runners.
Browse files Browse the repository at this point in the history
* Update macOS to brew install [email protected]
* Switch freeBSD runner to v1 and switch from running it on a macos
  runner to ubuntu.
  • Loading branch information
michael-grunder committed Jan 21, 2024
1 parent 869f3d0 commit 6f14cea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ jobs:
run: $GITHUB_WORKSPACE/test.sh

freebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
steps:
- uses: actions/checkout@v3

- name: Build in FreeBSD
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1.0.5
with:
prepare: pkg install -y gmake cmake
run: |
Expand All @@ -133,8 +133,8 @@ jobs:

- name: Install dependencies
run: |
brew install openssl redis@7.0
brew link redis@7.0 --force
brew install openssl redis@7.2
brew link redis@7.2 --force
- name: Build hiredis
run: USE_SSL=1 make
Expand Down

0 comments on commit 6f14cea

Please sign in to comment.