Merge pull request 'Change ubuntu-latest to fix runner selection.' (#4) from Actions-change-ubuntu-latest into master
Reviewed-on: #4 Reviewed-by: Stanislav Melnichuk <s.melnichuk@wilix.org>
This commit is contained in:
commit
627bd4e231
|
@ -42,7 +42,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: check and test
|
name: check and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: https://github.com/actions/checkout@v3
|
||||||
- uses: https://github.com/actions/setup-java@v3
|
- uses: https://github.com/actions/setup-java@v3
|
||||||
|
|
|
@ -26,7 +26,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
cleanup:
|
cleanup:
|
||||||
name: Cleanup
|
name: Cleanup
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: https://github.com/actions/checkout@v3
|
||||||
- name: Fetch all history for all tags and branches
|
- name: Fetch all history for all tags and branches
|
||||||
|
|
|
@ -62,7 +62,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
converge:
|
converge:
|
||||||
name: Deploy stand
|
name: Deploy stand
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
Loading…
Reference in New Issue