diff --git a/.github/workflows/test-dandi-cli.yml b/.github/workflows/test-dandi-cli.yml index 416059f2..98cfc82f 100644 --- a/.github/workflows/test-dandi-cli.yml +++ b/.github/workflows/test-dandi-cli.yml @@ -25,10 +25,10 @@ jobs: python: # Use the only Python which is ATM also used by dandi-api # - 3.7 - - 3.8 + # - 3.8 # - 3.9 # - '3.10' - # - '3.11' + - '3.11' version: - master - release diff --git a/.github/workflows/test-nonetwork.yml b/.github/workflows/test-nonetwork.yml index ad846400..9c50916d 100644 --- a/.github/workflows/test-nonetwork.yml +++ b/.github/workflows/test-nonetwork.yml @@ -17,7 +17,7 @@ jobs: os: - windows-2019 - ubuntu-latest - - macos-latest + - macos-12 python: - 3.8 - 3.9 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a55ddc4..fcc744f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: os: - windows-2019 - ubuntu-latest - - macos-latest + - macos-12 python: - 3.8 - 3.9