Skip to content

Commit

Permalink
fix improper typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy authored Jul 10, 2024
1 parent 2514457 commit 9e3098e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binette_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on:

jobs:
build:

os: ['ubuntu-latest', 'macos-13']
defaults:
run:
shell: bash -el {0}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-13']
python-version: [3.8] #["3.8", "3.9", "3.10"]

steps:
Expand Down

0 comments on commit 9e3098e

Please sign in to comment.