Skip to content

Commit

Permalink
move to macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodearnest committed Sep 30, 2024
1 parent b4092bf commit db03e08
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, windows-2019, macos-13]
# Python 3.8 is what we currently support for running cohortextractor
# locally, and 3.9 is what we required for databuilder so we need to make
# sure we can run with those
os: [ubuntu-20.04, ubuntu-22.04, windows-2019, macos-14]
python: ["3.8", "3.9", "3.10"]
runs-on: ${{ matrix.os }}
name: Run test suite
Expand Down Expand Up @@ -65,7 +62,7 @@ jobs:
just test-no-docker -vvv
- name: Run actual tests on macos
if: ${{ matrix.os == 'macos-13' }}
if: ${{ matrix.os == 'macos-14' }}
run: just test-no-docker -vvv

test-package-build:
Expand Down

0 comments on commit db03e08

Please sign in to comment.