add missing runs-on

This commit is contained in:
ruslandoga
2025-01-20 15:14:28 +03:00
parent 1bc64bf7ec
commit c8ea4a43f3

View File

@ -22,6 +22,8 @@ jobs:
- platform: linux/arm64
runner: ubuntu-22.04-arm
runs-on: ${{ matrix.runner || 'ubuntu-22.04' }}
steps:
- name: Prepare
run: |