From b89990c66c33760b094d4a50670f7b04b835900b Mon Sep 17 00:00:00 2001 From: Mehmed Mustafa Date: Tue, 30 Jan 2024 11:49:34 +0100 Subject: [PATCH] activate back mac-os and u20 --- .github/workflows/integration-test.yml | 2 +- .github/workflows/unit-test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index d0834500f8..1915a4f3d9 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -22,7 +22,7 @@ jobs: - '3.11' os: - ubuntu-22.04 - # - macos-latest TODO: Activate back before finalizing the PR + - macos-latest steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 6aac7aa262..cfe282cd54 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -25,8 +25,8 @@ jobs: - '3.11' os: - ubuntu-22.04 - # - ubuntu-20.04 TODO: Activate back before finalizing the PR - # - macos-latest TODO: Activate back before finalizing the PR + - ubuntu-20.04 + - macos-latest steps: - uses: actions/checkout@v3