Skip to content

Commit

Permalink
Update build-test.yml to use GitHub's macOS runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl authored Aug 21, 2024
1 parent 8a66b65 commit 27723f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
config_params: ["", "--enable-debug", "--enable-debug", "--with-getline --enable-asan", "--enable-utf8 --enable-debug --with-getline", "--enable-utf8 --with-getline --enable-asan"]
os: [ubuntu-latest, macos-latest, flyci-macos-large-latest-m1]
os: [ubuntu-latest, macos-latest, macos-14]
include:
- os: ubuntu-latest
setup-env: sudo apt-get update && sudo apt-get install -y build-essential autoconf gettext autopoint libncursesw5-dev libssl-dev git libmaxminddb-dev jq
Expand Down

0 comments on commit 27723f4

Please sign in to comment.