Skip to content

Commit

Permalink
limit workflows since rhino only
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Sep 5, 2024
1 parent 23caadb commit 26c6921
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.9', '3.10', '3.11']
os: [macos-latest, windows-latest]
python: ["3.9"]

steps:
- uses: compas-dev/compas-actions.build@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: release
on:
push:
tags:
- 'v*'
- "v*"

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.9', '3.10', '3.11']
os: [macos-latest, windows-latest]
python: ["3.9"]

steps:
- uses: compas-dev/compas-actions.build@v4
Expand Down

0 comments on commit 26c6921

Please sign in to comment.