Skip to content

Commit 5169d5b

Browse files
gha: ubuntu-20.04 -> ubuntu-latest
ubuntu-20.04 was deprecated and removed from use on 20250415. Updating to latest prevents us from having this issue in the future. As this is a pretty low-consequence test, I feel comfortable using the latest version here. Signed-off-by: Ethan Carter Edwards <[email protected]>
1 parent 3998d13 commit 5169d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- name: checkout
1010
uses: actions/checkout@master

0 commit comments

Comments
 (0)