Update GitHub actions to use matrices (#389)

This commit is contained in:
Ken Van Hoeylandt
2025-10-25 22:34:30 +02:00
committed by GitHub
parent b067978c16
commit 37420db000
5 changed files with 51 additions and 265 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ on:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
types: [ opened, synchronize, reopened ]
jobs:
Build-Simulator-Linux:
Linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
@@ -17,7 +17,7 @@ jobs:
os_name: linux
platform_name: amd64
publish: true
Build-Simulator-macOS:
macOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4