Skip to content

Commit

Permalink
chore(ci): macos-latest + windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jan 30, 2024
1 parent f4e92f6 commit 7e39efd
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/unix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
Expand All @@ -29,18 +27,27 @@ jobs:
- "5.2"
- "5.3"
- "5.4"
- "luajit-2.1.0-beta3"
- "luajit"
- "luajit-openresty"
include:
- os: "macos-latest"
luaVersion: "5.4"
- os: "windows-latest"
luaVersion: "luajit"

runs-on: ${{ matrix.os }}

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@master

- uses: leafo/gh-actions-lua@v10
- uses: leafo/gh-actions-lua@master
with:
luaVersion: ${{ matrix.luaVersion }}

- uses: leafo/gh-actions-luarocks@v4
- uses: hishamhm/gh-actions-luarocks@master
with:
luarocksVersion: "3.8.0"

- name: dependencies
run: |
Expand Down

0 comments on commit 7e39efd

Please sign in to comment.