mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Reduce number of runs
This commit is contained in:
parent
f573d23ebe
commit
425474482a
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -21,6 +21,8 @@ jobs:
|
|||
toolkit: v143
|
||||
- os: windows-latest
|
||||
toolkit: v140
|
||||
- os: windows-latest
|
||||
std: 20
|
||||
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
|
@ -99,6 +101,9 @@ jobs:
|
|||
os: [ubuntu-latest, ubuntu-20.04]
|
||||
std: [98, 11, 14, 17, 20]
|
||||
config: [Debug, Release]
|
||||
exclude:
|
||||
- os: ubuntu-20.04
|
||||
std: 20
|
||||
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
|
@ -172,6 +177,9 @@ jobs:
|
|||
os: [macos-latest, macos-11]
|
||||
std: [98, 11, 14, 17, 20]
|
||||
config: [Debug, Release]
|
||||
exclude:
|
||||
- os: macos-11
|
||||
std: 20
|
||||
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
|
|
Loading…
Add table
Reference in a new issue