Skip to content

Commit 250e4d4

Browse files
luau-projectalerque
authored andcommitted
fix: Use a macos version supported by GitHub Actions
1 parent f139105 commit 250e4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
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" ]
1717
runs-on: ${{ matrix.platform }}
1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)