mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 23:00:25 +01:00
macos removed from CI
This commit is contained in:
parent
0098e74aa9
commit
7b607ede2a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
|
@ -9,12 +9,11 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest", "macos-latest"]
|
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"]
|
||||||
python-version: ["3.6", "3.8", "3.9"]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
|
|
Loading…
Add table
Reference in a new issue