From d29812a1f82fad1ada216fc9f7703150ac419edd Mon Sep 17 00:00:00 2001 From: Tomasz Lemiech Date: Sun, 17 Mar 2024 19:34:31 +0100 Subject: [PATCH] CI/CD: drop macos-11, add macos-13 macos-11 is missing many dependencies. Installing them takes ages. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f83208e4..2355bb2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-11 ] + os: [ ubuntu-latest, ubuntu-20.04, macos-13, macos-12 ] runs-on: ${{ matrix.os }} env: VDL2_TEST1: "--iq-file ${{github.workspace}}/test/vdl2_model_16b_1050kHz.wav --sample-format S16_LE --extended-header"