Skip to content

Commit

Permalink
Use macos-14 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jun66j5 committed Oct 4, 2024
1 parent 007831a commit 0eafeb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: 'Runs on'
required: false
type: string
default: 'ubuntu-22.04 macos-12 windows-2022'
default: 'ubuntu-22.04 macos-14 windows-2022'
targets:
description: 'Test targets'
required: false
Expand Down
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ ubuntu-*)
parallel=3
;;
macos-*)
pkgs="autoconf automake apr apr-util sqlite lz4 utf8proc openssl zlib"
pkgs="autoconf automake libtool apr apr-util sqlite lz4 utf8proc openssl
zlib"
case "$target" in
swig-py)
case "$MATRIX_PYVER" in
Expand Down

0 comments on commit 0eafeb3

Please sign in to comment.