Skip to content

Commit 2898c73

Browse files
committed
Support Unreal Engine 5.6
1 parent a2e7355 commit 2898c73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: plugin-clang-format
1717
runs-on: ubuntu-latest
1818
container:
19-
image: ubuntu:20.04
19+
image: ubuntu:latest
2020
steps:
2121
- name: Checkout repo
2222
uses: actions/checkout@v2
@@ -34,7 +34,7 @@ jobs:
3434
name: sample-clang-format
3535
runs-on: ubuntu-latest
3636
container:
37-
image: ubuntu:20.04
37+
image: ubuntu:latest
3838
steps:
3939
- name: Checkout repo
4040
uses: actions/checkout@v2

0 commit comments

Comments
 (0)