Skip to content

Commit 54285a8

Browse files
author
Vladyslav Chernyshov
committed
GitHub actions fix - removed deprecated Ubuntu version
1 parent af2ee3a commit 54285a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: ["push", "pull_request"]
66
jobs:
77
js-tests:
88
name: "JS Tests"
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v3

0 commit comments

Comments
 (0)