diff --git a/.github/workflows/general.yaml b/.github/workflows/general.yaml index 64180f6332..1bd1bea1c5 100644 --- a/.github/workflows/general.yaml +++ b/.github/workflows/general.yaml @@ -75,10 +75,7 @@ jobs: test-macos: if: github.event_name != 'schedule' || github.repository_owner == 'frictionlessdata' - # TODO: migrate to macos-latest after figuring out how to - # make `posgres/pg_config` works in the environment. Currently, it fails - # with the following error: "pg_config" not found" - runs-on: macos-12 + runs-on: macos-14 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -86,6 +83,8 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.10" + - name: Set up postgresql + run: brew install postgresql - name: Prepare environment run: pip3 install hatch - name: Prepare variables