Skip to content

Commit e0ae281

Browse files
committed
Update builder image to ubuntu-22.04
GitHub has deprecated and removed the ubuntu-20.04 builder image. This commit updates the build process to use the ubuntu-22.04 image instead.
1 parent f77a321 commit e0ae281

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)