mirror of
https://github.com/github/codeql-action.git
synced 2026-05-04 12:50:14 +00:00
Matrix over Mac versions
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
name: PR Checks (Basic Checks and Runner)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, v1]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -26,7 +24,10 @@ jobs:
|
||||
runner-analyze-csharp-autobuild-macos:
|
||||
name: Runner macos autobuild C# analyze
|
||||
needs: [check-js, check-node-modules]
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: ['macos-10.15', 'macos-11']
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
env:
|
||||
ACTIONS_RUNNER_DEBUG: 1
|
||||
|
||||
Reference in New Issue
Block a user