Re-add 'ubuntu-latest' - now that we're rid of tsp_client

This commit is contained in:
Patrick Robertson
2025-03-26 15:09:24 +04:00
parent 4cfa6455c7
commit e9ee4d67ba
2 changed files with 2 additions and 4 deletions

View File

@@ -20,8 +20,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-22.04]
#TODO: re-enable ubuntu-latest, this is disabled as oscrypto cannot be pinned to github commit and pushed to pypi
os: [ubuntu-22.04, ubuntu-latest]
defaults:
run:
working-directory: ./

View File

@@ -7,7 +7,7 @@ on:
# For PRs, run the tests-core workflow first
workflow_run:
workflows: ["Core Tests"] # This should match the name of your tests-core workflow
workflows: ["Core Tests"]
types:
- completed
branches: [main]
@@ -30,7 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
# When triggered by workflow_run, we need to check out the PR code
ref: ${{ github.event.workflow_run.head_branch || github.ref }}
- name: Install poetry