From 68e80b0b71e64575da85f263321ec57295a88a46 Mon Sep 17 00:00:00 2001 From: Fernando Gont Date: Wed, 16 Oct 2024 06:08:14 -0300 Subject: [PATCH 1/2] Remove MacOS 11 and add MacOS 13 --- .github/workflows/build-test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 17f10a8..ff29335 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -67,9 +67,9 @@ jobs: - name: make run: make - MacOS12: - name: Build MacOS Monterey 12 - runs-on: macos-12 +MacOS13: + name: Build MacOS 13 + runs-on: macos-13 steps: - uses: actions/checkout@v3 @@ -79,10 +79,10 @@ jobs: brew install libpcap - name: make run: make - - MacOS11: - name: Build MacOS Big Sur 11 - runs-on: macos-11 + +MacOS12: + name: Build MacOS Monterey 12 + runs-on: macos-12 steps: - uses: actions/checkout@v3 @@ -91,4 +91,4 @@ jobs: brew update brew install libpcap - name: make - run: make + run: make \ No newline at end of file From b5b25a9648fee2e244209fddb8995b38daccc5e6 Mon Sep 17 00:00:00 2001 From: Fernando Gont Date: Wed, 16 Oct 2024 06:20:58 -0300 Subject: [PATCH 2/2] Update branches --- .github/workflows/build-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index ff29335..f4a2697 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -5,6 +5,7 @@ on: branches: - '**' pull_request: + branches: - '**' jobs: