Force workflow to run ubuntu-22.04

This commit is contained in:
Andrey Danilov
2024-05-21 08:25:08 +03:00
parent 2c10d4df10
commit b1c9bbd761

View File

@@ -6,8 +6,8 @@ on:
- '*'
jobs:
build-and-publish:
runs-on: ubuntu-latest
build-and-push:
runs-on: ubuntu-22.04
steps:
- name: Checkout