Skip to content

Commit 58f9193

Browse files
authored
Update build_deploy.yml with latest ubuntu
1 parent c5ddc68 commit 58f9193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

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

44
jobs:
55
build_job:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-22.04
77
steps:
88
- name: Checkout code
99
uses: actions/checkout@v2

0 commit comments

Comments
 (0)