Skip to content

Commit

Permalink
Update workflows to support macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
liudongmiao authored Apr 7, 2024
1 parent 679649b commit a021053
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/master.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-13, macos-12]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -52,6 +52,9 @@ jobs:
if: ${{ startsWith(matrix.os, 'macos') }}
run: brew install shadowsocks-libev v2ray-plugin

- name: Install PySocks
run: pip3 install PySocks

- name: Test
working-directory: ${{github.workspace}}/build
# Execute tests defined by the CMake configuration.
Expand Down

0 comments on commit a021053

Please sign in to comment.