Skip to content

Commit 12dcd69

Browse files
committed
FIX: Update runner images
1 parent dfa7ae6 commit 12dcd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/LuaJIT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
Build-Release:
1414
strategy:
1515
matrix:
16-
target_system: [ ubuntu-22.04, windows-2022, macos-11 ]
16+
target_system: [ ubuntu-24.04, windows-2022, macos-latest ]
1717
runs-on: ${{ matrix.target_system }}
1818
env:
1919
BUILD_EXT_BIN: ${{ matrix.target_system == 'windows-2022' && '.exe' || '' }}

0 commit comments

Comments
 (0)