Skip to content

Commit 67cc640

Browse files
authored
ci: update macos job
- be explicit about the LUA_VERSION - specify `''` for test-wrapper
1 parent bd98ade commit 67cc640

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on: [ push, pull_request ]
55
jobs:
66
macos:
77
runs-on: macos-latest
8+
env:
9+
LUA_VERSION: 5.4
810
steps:
911
- uses: actions/checkout@v2
1012

@@ -25,6 +27,8 @@ jobs:
2527
shell: bash
2628

2729
- uses: ./.github/actions/build-and-test
30+
with:
31+
test-wrapper: ''
2832
env:
2933
PGHOST: /tmp
3034

0 commit comments

Comments
 (0)