We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f139105 commit 250e4d4Copy full SHA for 250e4d4
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ]
16
- platform: [ "ubuntu-22.04", "macos-11", "windows-2022" ]
+ platform: [ "ubuntu-22.04", "macos-14", "windows-2022" ]
17
runs-on: ${{ matrix.platform }}
18
steps:
19
- name: Checkout
0 commit comments