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 ✓ - run: echo ✓
build-unix: build-unix:
needs: authorize needs: authorize
runs-on: [ ubuntu-22.04, blaze/ubuntu-22.04 ] runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
type: [ Debug, Release ] type: [ Debug, Release ]
os: [ ubuntu-22.04, blaze/ubuntu-22.04 ]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4