diff options
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64393cc..518de63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -9,7 +9,8 @@ jobs: | |||
9 | fail-fast: false | 9 | fail-fast: false |
10 | matrix: | 10 | matrix: |
11 | luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty"] | 11 | luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty"] |
12 | runs-on: ubuntu-20.04 | 12 | platform: [ "ubuntu-20.04", "windows-2022", "macos-11" ] |
13 | runs-on: ${{ matrix.platform }} | ||
13 | steps: | 14 | steps: |
14 | - name: Checkout | 15 | - name: Checkout |
15 | uses: actions/checkout@v3 | 16 | uses: actions/checkout@v3 |