Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
* only run on `ubuntu-latest`
* s/master/main/g
  • Loading branch information
sk1p committed Sep 3, 2024
1 parent 1d07fcb commit d5e13f2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
- 'v[0-9]*'
tags:
- 'v[0-9]*'
Expand All @@ -18,10 +18,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-14]
exclude:
- os: macos-14
python_version: "3.9"
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d5e13f2

Please sign in to comment.