Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

add more macos ci #4

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
# https://github.com/actions/runner-images
os: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-13]
os: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-14]

steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:

- name: Install libwebsockets on macos
if: ${{ startsWith(matrix.os, 'macos') }}
run: brew install libwebsockets
run: /usr/bin/curl -V && brew install libwebsockets

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down
Loading