Skip to content

Commit

Permalink
Update & fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Apr 29, 2024
1 parent 4ebde2e commit b21d1c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit b21d1c0

Please sign in to comment.