Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl authored Mar 20, 2024
1 parent 89fc4d3 commit 6a20b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-13, flyci-macos-large-latest-m1]
os: [ubuntu-latest, macos-latest, flyci-macos-large-latest-m1]
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
- os: macos-13
- os: macos-latest
setup-env: brew update && brew install ncurses gettext autoconf automake libmaxminddb jq
- os: flyci-macos-large-latest-m1
setup-env: brew update && brew install ncurses gettext autoconf automake libmaxminddb jq
Expand Down

0 comments on commit 6a20b77

Please sign in to comment.