Skip to content

Commit bd98ade

Browse files
authored
ci: improve the workflow
1 parent a50c54e commit bd98ade

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ on: [ push, pull_request ]
44

55
jobs:
66
macos:
7-
8-
env:
9-
LUA_VERSION: 5.2
10-
117
runs-on: macos-latest
12-
138
steps:
149
- uses: actions/checkout@v2
1510

@@ -30,8 +25,6 @@ jobs:
3025
shell: bash
3126

3227
- uses: ./.github/actions/build-and-test
33-
with:
34-
test-wrapper:
3528
env:
3629
PGHOST: /tmp
3730

@@ -216,7 +209,7 @@ jobs:
216209
- uses: ./.github/actions/ubuntu-prerequisites
217210
- uses: ./.github/actions/build-and-test
218211

219-
ubuntu20-pg12-gcc10-release:
212+
ubuntu20-pg13-gcc10-release:
220213
runs-on: ubuntu-20.04
221214

222215
env:

0 commit comments

Comments
 (0)