We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b5aa8 commit 6b72909Copy full SHA for 6b72909
.github/workflows/general.yaml
@@ -75,17 +75,16 @@ jobs:
75
76
test-macos:
77
if: github.event_name != 'schedule' || github.repository_owner == 'frictionlessdata'
78
- # TODO: migrate to macos-latest after figuring out how to
79
- # make `posgres/pg_config` works in the environment. Currently, it fails
80
- # with the following error: "pg_config" not found"
81
- runs-on: macos-12
+ runs-on: macos-14
82
steps:
83
- name: Checkout repository
84
uses: actions/checkout@v4
85
- name: Install Python
86
uses: actions/setup-python@v5
87
with:
88
python-version: "3.10"
+ - name: Set up postgresql
+ run: brew install postgresql
89
- name: Prepare environment
90
run: pip3 install hatch
91
- name: Prepare variables
0 commit comments