use actual syntax

This commit is contained in:
Daylin Morgan 2024-01-30 13:42:16 -06:00
parent d706f9be14
commit 0699a2893e
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
- matrix: ["othalan", "mannaz", "algiz"]
max-parallel: 1
matrix:
hosts: ["othalan", "mannaz", "algiz"]
steps:
# free up some space
- run: sudo rm -rf /opt&