From 2bb8b526290ef8156f64443c07dc7754f467f07c Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Fri, 9 Jan 2026 15:07:00 +0100 Subject: chore(ci): drop macos-13 the default 'latest' is arm based, so we add an exception for x86_64 against only Lua 5.5 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e880bd..5388650 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - os: ['ubuntu-24.04', 'macos-13'] + os: ['ubuntu-24.04', 'macos-latest'] luaVersion: - "5.1" - "5.2" @@ -31,8 +31,8 @@ jobs: - "luajit" - "luajit-openresty" include: - - os: "macos-latest" - luaVersion: "5.4" + - os: "macos-15-intel" + luaVersion: "5.5" # On Windows builds: # 'hishamhm/gh-actions-lua' will build the PuC Rio Lua versions using # MSVC, and the LuaJIT version using MinGW/gcc. By running against -- cgit v1.2.3-55-g6feb