Skip to content

Commit 913a330

Browse files
authored
Use ubuntu-latest for build job (#421)
Use ubuntu-latest for build action
1 parent 39545d7 commit 913a330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# cmake_args: '-G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++'
3131

3232
build:
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-latest
3434

3535
steps:
3636
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)