Skip to content

Commit 75d4ee9

Browse files
committed
chore: build using ubuntu 22
1 parent 95a0210 commit 75d4ee9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ permissions:
1010
jobs:
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 }}
@@ -44,8 +44,8 @@ jobs:
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 }}
@@ -96,8 +96,8 @@ jobs:
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

Comments
 (0)