@@ -10,8 +10,8 @@ permissions:
1010jobs :
1111 build-luau :
1212 strategy :
13- matrix : # using ubuntu-20 .04 to build a Linux binary targeting older glibc to improve compatibility
14- os : [{name: ubuntu, version: ubuntu-20 .04}, {name: macos, version: macos-latest}, {name: windows, version: windows-latest}]
13+ matrix : # using ubuntu-22 .04 to build a Linux binary targeting older glibc to improve compatibility
14+ os : [{name: ubuntu, version: ubuntu-22 .04}, {name: macos, version: macos-latest}, {name: windows, version: windows-latest}]
1515 fail-fast : false
1616 name : Build Luau (${{ matrix.os.name }})
1717 runs-on : ${{ matrix.os.version }}
4444 if-no-files-found : error
4545 build-luajit :
4646 strategy :
47- matrix : # using ubuntu-20 .04 to build a Linux binary targeting older glibc to improve compatibility
48- os : [{name: ubuntu, version: ubuntu-20 .04}, {name: macos, version: macos-latest}, {name: windows, version: windows-latest}]
47+ matrix : # using ubuntu-22 .04 to build a Linux binary targeting older glibc to improve compatibility
48+ os : [{name: ubuntu, version: ubuntu-22 .04}, {name: macos, version: macos-latest}, {name: windows, version: windows-latest}]
4949 fail-fast : false
5050 name : Build LuaJIT (${{ matrix.os.name }})
5151 runs-on : ${{ matrix.os.version }}
9696 if-no-files-found : error
9797 build-lua :
9898 strategy :
99- matrix : # using ubuntu-20 .04 to build a Linux binary targeting older glibc to improve compatibility
100- os : [{name: ubuntu, version: ubuntu-20 .04}, {name: macos, version: macos-latest}, {name: windows, version: windows-latest}]
99+ matrix : # using ubuntu-22 .04 to build a Linux binary targeting older glibc to improve compatibility
100+ os : [{name: ubuntu, version: ubuntu-22 .04}, {name: macos, version: macos-latest}, {name: windows, version: windows-latest}]
101101 lua : [{name: '5.1', directory: lua51}, {name: '5.2', directory: lua52}, {name: '5.3', directory: lua53}, {name: '5.4', directory: lua54}, {name: '5.5', directory: lua55}]
102102 fail-fast : false
103103 name : Build Lua ${{ matrix.lua.name }} (${{ matrix.os.name }})
0 commit comments