Revert "Change ubuntu-latest to fix runner selection."

This reverts commit 0af153083c.
This commit is contained in:
Stanislav Melnichuk 2023-12-21 15:30:27 +03:00
parent 627bd4e231
commit 7c51032221
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ env:
jobs:
check:
name: check and test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v3
- uses: https://github.com/actions/setup-java@v3

View File

@ -26,7 +26,7 @@ env:
jobs:
cleanup:
name: Cleanup
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v3
- name: Fetch all history for all tags and branches

View File

@ -62,7 +62,7 @@ env:
jobs:
converge:
name: Deploy stand
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout code