mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 13:19:37 +00:00
Upgrade GitHub Mac runner to macos-12
Attempt to solve the macos build error by upgrading to a newer runner.
This commit is contained in:
8
.github/workflows/build-and-test-make.yml
vendored
8
.github/workflows/build-and-test-make.yml
vendored
@@ -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 }}
|
||||
${{ env.release_file_bin }}
|
||||
|
Reference in New Issue
Block a user