Skip to content

Commit 2bb8b52

Browse files
committed
chore(ci): drop macos-13
the default 'latest' is arm based, so we add an exception for x86_64 against only Lua 5.5
1 parent 955711c commit 2bb8b52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: ['ubuntu-24.04', 'macos-13']
24+
os: ['ubuntu-24.04', 'macos-latest']
2525
luaVersion:
2626
- "5.1"
2727
- "5.2"
@@ -31,8 +31,8 @@ jobs:
3131
- "luajit"
3232
- "luajit-openresty"
3333
include:
34-
- os: "macos-latest"
35-
luaVersion: "5.4"
34+
- os: "macos-15-intel"
35+
luaVersion: "5.5"
3636
# On Windows builds:
3737
# 'hishamhm/gh-actions-lua' will build the PuC Rio Lua versions using
3838
# MSVC, and the LuaJIT version using MinGW/gcc. By running against

0 commit comments

Comments
 (0)