aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluau-project <luau.project@gmail.com>2025-02-28 17:22:22 -0300
committerCaleb Maclennan <caleb@alerque.com>2025-03-01 00:58:23 +0300
commit250e4d48f7fd94c1e46f64ba746b02b433f23b28 (patch)
treecc21aec3bc33c5f0f4c6bad7246bdd2b27c29a35
parentf139105c9822bc04925ec6ca6a4f0fbf4d5ce05d (diff)
downloadluasocket-250e4d48f7fd94c1e46f64ba746b02b433f23b28.tar.gz
luasocket-250e4d48f7fd94c1e46f64ba746b02b433f23b28.tar.bz2
luasocket-250e4d48f7fd94c1e46f64ba746b02b433f23b28.zip
fix: Use a macos version supported by GitHub Actions
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 66817f6..c079a49 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13 fail-fast: false 13 fail-fast: false
14 matrix: 14 matrix:
15 luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ] 15 luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ]
16 platform: [ "ubuntu-22.04", "macos-11", "windows-2022" ] 16 platform: [ "ubuntu-22.04", "macos-14", "windows-2022" ]
17 runs-on: ${{ matrix.platform }} 17 runs-on: ${{ matrix.platform }}
18 steps: 18 steps:
19 - name: Checkout 19 - name: Checkout