Skip to content

Commit 48322ce

Browse files
Update ci.yml
1 parent 4dd7f45 commit 48322ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
lua: [lua=5.1, lua=5.2, lua=5.3, lua=5.4, luajit=2.0, luajit=2.1]
1212
include:
1313
- os: linux
14-
runner: ubuntu-22.04
14+
runner: ubuntu-latest
1515
- os: macos
16-
runner: macos-13
16+
runner: macos-15-intel
1717
- os: macos-arm64
18-
runner: macos-14
18+
runner: macos-latest
1919
exclude:
2020
- os: macos-arm64
2121
lua: luajit=2.0
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- name: Install Lua (${{ matrix.lua }})
2828
run: |
29-
pip install hererocks
29+
pip install git+https://github.com/luarocks/hererocks
3030
hererocks lua_install -r^ --${{ matrix.lua }}
3131
env:
3232
MACOSX_DEPLOYMENT_TARGET: 11.0
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
- name: Install Lua (${{ matrix.lua }})
5555
run: |
56-
pip install hererocks
56+
pip install git+https://github.com/luarocks/hererocks
5757
hererocks lua_install -r@28f9d98 --${{ matrix.lua }} --target ${{ matrix.target }}
5858
- name: Build lua-simdjson
5959
run: |

0 commit comments

Comments
 (0)