Skip to content

Commit 407a790

Browse files
authored
Merge pull request #107 from wnienhaus/build_on_ubuntu_2204
Update builder image to ubuntu-22.04
2 parents f77a321 + e0ae281 commit 407a790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yaml

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

1212
jobs:
1313
tests:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v3
1717
with:

0 commit comments

Comments
 (0)