Correct running on multiple os

This commit is contained in:
dcvz 2024-05-23 09:25:16 +02:00
parent 5d9a54fefd
commit 5b011381f1
1 changed files with 2 additions and 1 deletions

View File

@ -19,10 +19,11 @@ jobs:
- run: echo ✓
build-unix:
needs: authorize
runs-on: [ ubuntu-22.04, blaze/ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
strategy:
matrix:
type: [ Debug, Release ]
os: [ ubuntu-22.04, blaze/ubuntu-22.04 ]
steps:
- name: Checkout
uses: actions/checkout@v4