diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44cb24e..c9837a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ name: check_test_fmt_clippy jobs: check: name: Check - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout sources uses: actions/checkout@v3 @@ -31,7 +31,7 @@ jobs: test: name: Test Suite - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout sources uses: actions/checkout@v3 @@ -51,7 +51,7 @@ jobs: lints: name: Lints - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout sources uses: actions/checkout@v3