From a1027baca781a6a5fd9c6f6cc1eccb17c50be7ad Mon Sep 17 00:00:00 2001 From: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:36:30 -0800 Subject: [PATCH] removed macos11 dependency Signed-off-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com> --- .github/workflows/develop-image.yml | 2 +- .github/workflows/master-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop-image.yml b/.github/workflows/develop-image.yml index ad2d34bff..9d1a4ef73 100644 --- a/.github/workflows/develop-image.yml +++ b/.github/workflows/develop-image.yml @@ -151,7 +151,7 @@ jobs: buildAWSUbuntuAMI: runs-on: ubuntu-latest environment: Integration - needs: [buildUbuntu22FastS3,buildUbuntu20FastS3,buildMacos11FastS3,buildMacos12FastS3,buildMacos13FastS3] + needs: [buildUbuntu22FastS3,buildUbuntu20FastS3,buildMacos12FastS3,buildMacos13FastS3] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/master-image.yml b/.github/workflows/master-image.yml index 3a20e9da6..a2efe3646 100644 --- a/.github/workflows/master-image.yml +++ b/.github/workflows/master-image.yml @@ -151,7 +151,7 @@ jobs: buildAWSUbuntuAMI: runs-on: ubuntu-latest environment: Integration - needs: [buildUbuntu22FastS3,buildUbuntu20FastS3,buildMacos11FastS3,buildMacos12FastS3] + needs: [buildUbuntu22FastS3,buildUbuntu20FastS3,buildMacos12FastS3] steps: - uses: actions/checkout@v3