diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
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 |
