From 5c0b9017b04f8c1585aa4c08643176d2e09def8b Mon Sep 17 00:00:00 2001 From: roll Date: Mon, 29 Apr 2024 13:43:06 +0100 Subject: [PATCH] Downgrage macos on CI --- .github/workflows/general.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/general.yaml b/.github/workflows/general.yaml index 3065409851..93a6f0c3e3 100644 --- a/.github/workflows/general.yaml +++ b/.github/workflows/general.yaml @@ -74,7 +74,7 @@ jobs: # 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-13 + runs-on: macos-12 steps: - name: Checkout repository uses: actions/checkout@v4