Skip to content

Commit

Permalink
roll ubuntu image back to 22.04 to support python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jun 7, 2024
1 parent b0d5553 commit a02bd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defaults:
jobs:
integration:
name: Integration Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-24.04, macos-12]
platform: [ubuntu-22.04, macos-12]
python-version: ["3.8", "3.11"]
steps:
- name: "Check out repository"
Expand Down

0 comments on commit a02bd81

Please sign in to comment.