aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2026-01-09 15:07:00 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2026-01-09 15:12:53 +0100
commit2bb8b526290ef8156f64443c07dc7754f467f07c (patch)
tree41d1b0e7530668396a3bf7356e98e727404c8667 /.github/workflows
parent955711c2f888d98bd2a1a1231135cce76e8fabf0 (diff)
downloadluasystem-master.tar.gz
luasystem-master.tar.bz2
luasystem-master.zip
chore(ci): drop macos-13HEADmaster
the default 'latest' is arm based, so we add an exception for x86_64 against only Lua 5.5
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files 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:
21 strategy: 21 strategy:
22 fail-fast: false 22 fail-fast: false
23 matrix: 23 matrix:
24 os: ['ubuntu-24.04', 'macos-13'] 24 os: ['ubuntu-24.04', 'macos-latest']
25 luaVersion: 25 luaVersion:
26 - "5.1" 26 - "5.1"
27 - "5.2" 27 - "5.2"
@@ -31,8 +31,8 @@ jobs:
31 - "luajit" 31 - "luajit"
32 - "luajit-openresty" 32 - "luajit-openresty"
33 include: 33 include:
34 - os: "macos-latest" 34 - os: "macos-15-intel"
35 luaVersion: "5.4" 35 luaVersion: "5.5"
36 # On Windows builds: 36 # On Windows builds:
37 # 'hishamhm/gh-actions-lua' will build the PuC Rio Lua versions using 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 38 # MSVC, and the LuaJIT version using MinGW/gcc. By running against