Skip to content

Commit 7c7ba61

Browse files
gpercivacperciva
authored andcommitted
actions: update to macos-14 (arm64)
1 parent 8a8d5a3 commit 7c7ba61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484
run: test -z "$(git status --porcelain=v1)"
8585
macOS:
8686
name: macOS
87-
runs-on: macOS-13
87+
runs-on: macOS-14
8888
steps:
8989
- name: Checkout code
9090
uses: actions/checkout@v4
9191
- name: Install software
92-
run: brew install automake
92+
run: brew install automake libtool
9393
- name: Run autoreconf
9494
run: autoreconf -i
9595
- name: Configure with clang

0 commit comments

Comments
 (0)