Skip to content

Commit

Permalink
FIX: Update runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Nov 24, 2024
1 parent dfa7ae6 commit 12dcd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LuaJIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
Build-Release:
strategy:
matrix:
target_system: [ ubuntu-22.04, windows-2022, macos-11 ]
target_system: [ ubuntu-24.04, windows-2022, macos-latest ]
runs-on: ${{ matrix.target_system }}
env:
BUILD_EXT_BIN: ${{ matrix.target_system == 'windows-2022' && '.exe' || '' }}
Expand Down

0 comments on commit 12dcd69

Please sign in to comment.