Skip to content

Commit 8c4670d

Browse files
authored
Merge pull request #1574 from chenrui333/patch-1
ci: improve the workflow
2 parents ab7659d + 67cc640 commit 8c4670d

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/ci.yml

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

55
jobs:
66
macos:
7-
8-
env:
9-
LUA_VERSION: 5.2
10-
117
runs-on: macos-latest
12-
8+
env:
9+
LUA_VERSION: 5.4
1310
steps:
1411
- uses: actions/checkout@v2
1512

@@ -31,7 +28,7 @@ jobs:
3128

3229
- uses: ./.github/actions/build-and-test
3330
with:
34-
test-wrapper:
31+
test-wrapper: ''
3532
env:
3633
PGHOST: /tmp
3734

@@ -182,7 +179,7 @@ jobs:
182179
- uses: ./.github/actions/ubuntu-prerequisites
183180
- uses: ./.github/actions/build-and-test
184181

185-
ubuntu20-pg12-gcc10-release:
182+
ubuntu20-pg13-gcc10-release:
186183
runs-on: ubuntu-20.04
187184

188185
env:

0 commit comments

Comments
 (0)