From 250e4d48f7fd94c1e46f64ba746b02b433f23b28 Mon Sep 17 00:00:00 2001 From: luau-project Date: Fri, 28 Feb 2025 17:22:22 -0300 Subject: [PATCH] fix: Use a macos version supported by GitHub Actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: fail-fast: false matrix: luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ] - platform: [ "ubuntu-22.04", "macos-11", "windows-2022" ] + platform: [ "ubuntu-22.04", "macos-14", "windows-2022" ] runs-on: ${{ matrix.platform }} steps: - name: Checkout