Skip to content

Commit

Permalink
use the designated OS
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Dec 27, 2020
1 parent 5e445de commit d742a32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ on:
jobs:
stack:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
# Check that the build passes with the recommended snapshot on every
# platform.
- name: stable
- name: stable (Linux)
stack_yaml: "stack.yaml"
os: ubuntu-latest
- name: stable
- name: stable (MacOS)
stack_yaml: "stack.yaml"
os: macos-latest
- name: stable
- name: stable (Windows)
stack_yaml: "stack.yaml"
os: windows-latest

Expand Down

0 comments on commit d742a32

Please sign in to comment.