Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
accelerator74 committed Jun 17, 2024
1 parent e5e9bac commit c510965
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build

on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -29,6 +30,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- windows-latest

mm_version:
Expand All @@ -41,6 +43,9 @@ jobs:
- os: ubuntu-latest
os_short: linux

- os: ubuntu-20.04
os_short: oldlinux

- os: windows-latest
os_short: win

Expand Down

0 comments on commit c510965

Please sign in to comment.