Let us get macos into the build matrix
This commit is contained in:
parent
b229e9054b
commit
ddc5d1269d
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
- "24.0"
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: erlef/setup-beam@v1
|
||||
|
2
.github/workflows/setup.cue
vendored
2
.github/workflows/setup.cue
vendored
@ -16,6 +16,6 @@ jobs: ci: {
|
||||
"runs-on": "${{matrix.os}}"
|
||||
strategy: matrix: {
|
||||
otp_vsn: _versions.otp
|
||||
os: ["ubuntu-latest"]
|
||||
os: ["ubuntu-latest", "macos-latest"]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user