Change ubuntu-latest to fix runner selection.

This commit is contained in:
2023-12-13 08:24:26 +03:00
parent 89c492001d
commit 0af153083c
3 changed files with 3 additions and 3 deletions

View File

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