Skip to content

Commit

Permalink
Downgrade to Ubuntu22 from 24
Browse files Browse the repository at this point in the history
Specifying these particular modules made no difference
  • Loading branch information
AlexanderWells-diamond committed Jan 10, 2025
1 parent 2d412e4 commit 9209273
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
# Check that the master branches of various upstream dependencies are
# still compatible when used together
master_branch_test:
runs-on: "ubuntu-latest"
runs-on: "ubuntu-22.04"
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand All @@ -189,7 +189,6 @@ jobs:
run: |
pip install git+https://github.com/epics-base/p4p.git git+https://github.com/epics-base/pvxs.git git+https://github.com/epics-base/epicscorelibs.git
pip install git+https://github.com/DiamondLightSource/aioca git+https://github.com/DiamondLightSource/cothread
pip install Pygments==2.18.0 pytest-asyncio==0.25.0 setuptools==75.6.0
pip install -e .[dev]
pip freeze
Expand Down

0 comments on commit 9209273

Please sign in to comment.