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 ca880f6 commit d42413aCopy full SHA for d42413a
.github/workflows/ci.yml
@@ -14,11 +14,14 @@ jobs:
14
strategy:
15
matrix:
16
os:
17
- - ubuntu-latest
18
- - windows-latest
19
- - macos-latest
20
- - macos-13
21
- - macos-14
+ # - ubuntu-22.04
+ # - ubuntu-20.04
+ # - windows-2022
+ - windows-2019
+ # - macos-11
22
+ # - macos-12
23
+ # - macos-13
24
+ # - macos-14
25
steps:
26
- uses: actions/checkout@v4
27
action.yml
@@ -59,6 +59,11 @@ runs:
59
fi
60
shell: bash
61
62
+ - name: Debug
63
+ uses: mxschmitt/action-tmate@v3
64
+ with:
65
+ limit-access-to-actor: false
66
+
67
- name: Setup and start PostgreSQL
68
run: |
69
export PGDATA="$RUNNER_TEMP/pgdata"
0 commit comments