Skip to content

Commit

Permalink
Python 3.8 is not available with macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
klalumiere committed Apr 23, 2024
1 parent 42e37a1 commit d5f1f6e
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveo-arnparse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-example-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-functools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-itertools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-pypi-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-systools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-testing-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveo-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]

steps:
- name: Run stew ci
Expand Down

0 comments on commit d5f1f6e

Please sign in to comment.