Update GitHub actions to use matrices (#389)
This commit is contained in:
committed by
GitHub
parent
b067978c16
commit
37420db000
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user