diff --git a/.github/workflows/build-and-test-make.yml b/.github/workflows/build-and-test-make.yml index 5e78fff..6dacdf2 100644 --- a/.github/workflows/build-and-test-make.yml +++ b/.github/workflows/build-and-test-make.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-11] + os: [ubuntu-20.04, macos-12] arch: [x86_64] include: - os: ubuntu-20.04 @@ -38,7 +38,7 @@ jobs: host: arm-linux-gnueabihf capture_interface: eth0 make: make - - os: macos-11 + - os: macos-12 arch: x86_64 host: x86_64-macos capture_interface: en0 @@ -66,7 +66,7 @@ jobs: sudo apt-get install gcc-${{ matrix.host }} g++-${{ matrix.host }} - name: Install macOS dependencies - if: matrix.os == 'macos-11' + if: matrix.os == 'macos-12' run: | brew install pkg-config make cmake ninja autoconf automake libtool # Chrome version dependencies @@ -255,4 +255,4 @@ jobs: with: files: | ${{ env.release_file_lib }} - ${{ env.release_file_bin }} \ No newline at end of file + ${{ env.release_file_bin }}