Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.13'

- name: Install dependencies
run: |
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# x86 builds are only meaningful for Windows
- os: windows-latest
architecture: x86
- os: macos-13
- os: macos-latest
architecture: x64
python:
- 3.8
Expand All @@ -35,6 +35,11 @@ jobs:
# - 3.x 3.13 does not have 'pipes' and maybe other necessary things
category:
- local-slow
exclude:
# Python 3.8 is broken on macOS-latest runners due to missing libintl dependency
- platform:
os: macos-latest
python: 3.8
# These require credentials.
# Enable them once we sort how to provide them.
# - integ-slow
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

permissions:
contents: read
id-token: write

jobs:
call-integration-tests:
Expand Down
Loading