Skip to content

Commit

Permalink
removed macos11 dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com>
  • Loading branch information
Thistleman committed Jan 24, 2024
1 parent f96e3b7 commit a1027ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1027ba

Please sign in to comment.