Change runner to use matrix OS in GitHub Actions

This commit is contained in:
shayaa
2026-04-11 09:55:36 +02:00
committed by GitHub
parent 976d610baf
commit 15a771fe9f
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- os: macos-latest
artifact_name: SoftwareManager-test-${{ github.sha }}-macos
runs-on: self-hosted
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code