Skip to content

Commit f4618fc

Browse files
Temporarily remove macOS from the test matrix
1 parent cd35a17 commit f4618fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ on:
1010
jobs:
1111
test:
1212
name: Elixir ${{ matrix.pair.elixir }} OTP ${{ matrix.pair.otp }} (${{ matrix.os }})
13-
runs-on: ${{ matrix.os }}
13+
runs-on: ubuntu-latest
1414
env:
1515
MIX_ENV: test
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os:
20-
- ubuntu-latest
21-
- macos-latest
2219
include:
2320
- pair:
2421
elixir: "1.13"

0 commit comments

Comments
 (0)