mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-10 10:49:26 +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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, macos-11]
|
os: [ubuntu-20.04, macos-12]
|
||||||
arch: [x86_64]
|
arch: [x86_64]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
host: arm-linux-gnueabihf
|
host: arm-linux-gnueabihf
|
||||||
capture_interface: eth0
|
capture_interface: eth0
|
||||||
make: make
|
make: make
|
||||||
- os: macos-11
|
- os: macos-12
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
host: x86_64-macos
|
host: x86_64-macos
|
||||||
capture_interface: en0
|
capture_interface: en0
|
||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
sudo apt-get install gcc-${{ matrix.host }} g++-${{ matrix.host }}
|
sudo apt-get install gcc-${{ matrix.host }} g++-${{ matrix.host }}
|
||||||
|
|
||||||
- name: Install macOS dependencies
|
- name: Install macOS dependencies
|
||||||
if: matrix.os == 'macos-11'
|
if: matrix.os == 'macos-12'
|
||||||
run: |
|
run: |
|
||||||
brew install pkg-config make cmake ninja autoconf automake libtool
|
brew install pkg-config make cmake ninja autoconf automake libtool
|
||||||
# Chrome version dependencies
|
# Chrome version dependencies
|
||||||
@@ -255,4 +255,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
${{ env.release_file_lib }}
|
${{ env.release_file_lib }}
|
||||||
${{ env.release_file_bin }}
|
${{ env.release_file_bin }}
|
||||||
|
Reference in New Issue
Block a user