diff options
author | Caleb Maclennan <caleb@alerque.com> | 2025-03-01 00:59:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-01 00:59:17 +0300 |
commit | 58c76080a0c654de906de9f554e2de45b1784929 (patch) | |
tree | cc21aec3bc33c5f0f4c6bad7246bdd2b27c29a35 /.github | |
parent | 66cdeca6636a017fe8ed2b0ee431798f8fb4ade3 (diff) | |
parent | 250e4d48f7fd94c1e46f64ba746b02b433f23b28 (diff) | |
download | luasocket-master.tar.gz luasocket-master.tar.bz2 luasocket-master.zip |
Update CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49c2c73..c079a49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -13,7 +13,7 @@ jobs: | |||
13 | fail-fast: false | 13 | fail-fast: false |
14 | matrix: | 14 | matrix: |
15 | luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ] | 15 | luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ] |
16 | platform: [ "ubuntu-22.04", "macos-11", "windows-2022" ] | 16 | platform: [ "ubuntu-22.04", "macos-14", "windows-2022" ] |
17 | runs-on: ${{ matrix.platform }} | 17 | runs-on: ${{ matrix.platform }} |
18 | steps: | 18 | steps: |
19 | - name: Checkout | 19 | - name: Checkout |
@@ -22,11 +22,11 @@ jobs: | |||
22 | if: ${{ startsWith(matrix.platform, 'windows') && !startsWith(matrix.luaVersion, 'luajit') }} | 22 | if: ${{ startsWith(matrix.platform, 'windows') && !startsWith(matrix.luaVersion, 'luajit') }} |
23 | uses: ilammy/msvc-dev-cmd@v1 | 23 | uses: ilammy/msvc-dev-cmd@v1 |
24 | - name: Setup ‘lua’ | 24 | - name: Setup ‘lua’ |
25 | uses: leso-kn/gh-actions-lua@v11-staging | 25 | uses: luarocks/gh-actions-lua@v10 |
26 | with: | 26 | with: |
27 | luaVersion: ${{ matrix.luaVersion }} | 27 | luaVersion: ${{ matrix.luaVersion }} |
28 | - name: Setup ‘luarocks’ | 28 | - name: Setup ‘luarocks’ |
29 | uses: hishamhm/gh-actions-luarocks@master | 29 | uses: luarocks/gh-actions-luarocks@v5 |
30 | - name: Make and install | 30 | - name: Make and install |
31 | run: | | 31 | run: | |
32 | luarocks make -- luasocket-scm-3.rockspec | 32 | luarocks make -- luasocket-scm-3.rockspec |