Skip to content

Commit c802b31

Browse files
authored
fix GitHub action (#43)
* lock GitHub actions to older ubuntu version.
1 parent bb5e2b9 commit c802b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
build_app:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- uses: actions/checkout@v3
2020
with:

0 commit comments

Comments
 (0)