ci: use correct runner

This commit is contained in:
Jozef Steinhübl 2024-07-19 16:44:10 +02:00
parent 2b017b5428
commit 2d036aee47
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -18,7 +18,7 @@ jobs:
compile: compile:
name: compile ${{ matrix.target }} name: compile ${{ matrix.target }}
runs-on: ${{ matrix.runs-on && matrix.runs-on || 'ubuntu-latest' }} runs-on: ${{ matrix.runner }}
needs: check needs: check
strategy: strategy:
matrix: matrix: