Skip to content

Commit 9eea01f

Browse files
committed
[ci] Run ci on mac as well
1 parent 7c09d5d commit 9eea01f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10+
os: [ubuntu-22.04, macos-13]
1011
lua: [lua=5.1, lua=5.2, lua=5.3, lua=5.4, luajit=2.0, luajit=2.1]
11-
runs-on: ubuntu-22.04
12+
runs-on: ${{ matrix.os }}
1213
steps:
1314
# Checks-out the repository under $GITHUB_WORKSPACE.
1415
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)