Skip to content

Commit 27723f4

Browse files
authored
Update build-test.yml to use GitHub's macOS runners.
1 parent 8a66b65 commit 27723f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
config_params: ["", "--enable-debug", "--enable-debug", "--with-getline --enable-asan", "--enable-utf8 --enable-debug --with-getline", "--enable-utf8 --with-getline --enable-asan"]
16-
os: [ubuntu-latest, macos-latest, flyci-macos-large-latest-m1]
16+
os: [ubuntu-latest, macos-latest, macos-14]
1717
include:
1818
- os: ubuntu-latest
1919
setup-env: sudo apt-get update && sudo apt-get install -y build-essential autoconf gettext autopoint libncursesw5-dev libssl-dev git libmaxminddb-dev jq

0 commit comments

Comments
 (0)