From b21d1c0f2f8f65984b5088a69395b8e885b57640 Mon Sep 17 00:00:00 2001 From: Victor Gaydov Date: Mon, 29 Apr 2024 18:49:05 +0400 Subject: [PATCH] Update & fix github actions --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47529a5..63898d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,21 +22,21 @@ jobs: build: strategy: matrix: - macos: [latest, 13, 12, 11] + macos: [latest, 14, 13, 12] runs-on: macos-${{ matrix.macos }} name: macos-${{ matrix.macos }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0 - name: Install dependencies run: | - brew install scons autoconf automake pkg-config libtool go + brew install -f --overwrite scons autoconf automake pkg-config libtool go - name: Setup ccache uses: hendrikmuhs/ccache-action@v1.2 @@ -56,7 +56,7 @@ jobs: runs-on: macos-11 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0