Skip to content

Commit

Permalink
Updated CI to Ubuntu 22.04.
Browse files Browse the repository at this point in the history
Ubuntu 20.04 is deprecated and will be decommissioned in a couple months.
  • Loading branch information
akb825 committed Feb 24, 2025
1 parent 0e84bb8 commit 450173e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
test_results_location: "${{ github.workspace }}/test-results"
jobs:
Linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down

0 comments on commit 450173e

Please sign in to comment.