Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed May 3, 2024
1 parent 24245bd commit be8279e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ 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:
fetch-depth: 0

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run: brew install doxygen graphviz

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit be8279e

Please sign in to comment.