Skip to content

Commit

Permalink
fix CI (macos-11 is no more)
Browse files Browse the repository at this point in the history
bump all locks since there will be a global release
  • Loading branch information
jonapich committed Aug 9, 2024
1 parent 5237c14 commit ce28aba
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveo-arnparse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.10"]
os: [ubuntu-latest, windows-latest, macos-11]
os: [ubuntu-latest, windows-latest, macos-latest]

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

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

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

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

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

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

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

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

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

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

steps:
- name: Run stew ci
Expand Down

0 comments on commit ce28aba

Please sign in to comment.