Skip to content

Commit 4027a3f

Browse files
authored
fix(ci): ubuntu-20.04 image is being phased out (#75)
1 parent 10f427f commit 4027a3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/luacheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [ push, pull_request ]
55
jobs:
66

77
luacheck:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [ "ubuntu-20.04", "macos-14", "windows-2025" ]
11+
os: [ "ubuntu-24.04", "macos-14", "windows-2025" ]
1212
luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ]
1313
runs-on: ${{ matrix.os }}
1414
env:

0 commit comments

Comments
 (0)