We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955711c commit 2bb8b52Copy full SHA for 2bb8b52
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- os: ['ubuntu-24.04', 'macos-13']
+ os: ['ubuntu-24.04', 'macos-latest']
25
luaVersion:
26
- "5.1"
27
- "5.2"
@@ -31,8 +31,8 @@ jobs:
31
- "luajit"
32
- "luajit-openresty"
33
include:
34
- - os: "macos-latest"
35
- luaVersion: "5.4"
+ - os: "macos-15-intel"
+ luaVersion: "5.5"
36
# On Windows builds:
37
# 'hishamhm/gh-actions-lua' will build the PuC Rio Lua versions using
38
# MSVC, and the LuaJIT version using MinGW/gcc. By running against
0 commit comments