Skip to content

Commit

Permalink
Run vm on all three platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Apr 15, 2024
1 parent 4787d73 commit d6086d8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/vm.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,18 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
sdk: [3.2.0, stable, dev]
os: [ubuntu, macos, windows]
sdk: [stable]
include:
- os: ubuntu
sdk: 3.2.0
- os: ubuntu
sdk: dev

runs-on: ${{ matrix.os }}-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit d6086d8

Please sign in to comment.