Skip to content

Commit eee5019

Browse files
committed
Updated CI to Ubuntu 22.04.
Ubuntu 20.04 is deprecated and will be decommissioned in a couple months.
1 parent 1b17106 commit eee5019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
test_results_location: "${{ github.workspace }}/test-results"
2323
jobs:
2424
Linux:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
strategy:
2727
matrix:
2828
include:

0 commit comments

Comments
 (0)