Skip to content

Commit

Permalink
CI: Use new MacOS instance
Browse files Browse the repository at this point in the history
Message from Cirrus: "Intel macOS instances are no longer supported!"

same as pgbouncer/pgbouncer@8fc50f6
  • Loading branch information
petere committed Apr 4, 2023
1 parent dbfa5c6 commit 4967d5d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,13 @@ task:

task:
name: macOS
osx_instance:
matrix:
- image: monterey-base
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-base:latest
setup_script:
- brew install autoconf automake libevent libtool openssl pkg-config
env:
CPPFLAGS: -I/usr/local/opt/openssl/include
LDFLAGS: -L/usr/local/opt/openssl/lib
CPPFLAGS: -I/opt/homebrew/opt/openssl@3/include
LDFLAGS: -L/opt/homebrew/opt/openssl@3/lib
build_script:
- ./autogen.sh
- ./configure --prefix=$HOME/install --enable-werror
Expand Down

0 comments on commit 4967d5d

Please sign in to comment.