Skip to content

Commit

Permalink
use Ubuntu 22.04 in all GitHub actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Oct 20, 2023
1 parent 3cd58e5 commit d4f3abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Checks and tests"
jobs:
checks-and-tests:
name: Run checks and tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: GIT checkout branch - ${{ github.ref }}
uses: actions/checkout@v4
Expand Down

0 comments on commit d4f3abf

Please sign in to comment.