Skip to content

Commit

Permalink
Remove MacOS 11 jobs (#1523)
Browse files Browse the repository at this point in the history
Runners are deprecated and removed at this point.

Relates-To: DATASDK-17

Signed-off-by: Andrey Kashcheev <[email protected]>
  • Loading branch information
andrey-kashcheev committed Jun 17, 2024
1 parent c3dce00 commit f1af912
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/psv_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,6 @@ jobs:
run: scripts/android/build.sh
shell: bash

psv-macos-11-xcode-13-build:
name: PSV.MacOS11.Xcode13
runs-on: macOS-11
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: MacOS Build
run: scripts/macos/psv/azure_macos_build_psv.sh
shell: bash

psv-macos-12-xcode-14-build:
name: PSV.MacOS12.Xcode14
runs-on: macOS-12
Expand All @@ -196,18 +186,6 @@ jobs:
run: scripts/macos/psv/azure_macos_build_psv.sh
shell: bash

psv-ios-xcode-11-build:
name: PSV.iOS.MacOS11.Xcode11.7
runs-on: macOS-11
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: iOS Xcode 11-7 Build
run: scripts/ios/azure_ios_build_psv.sh
shell: bash
env:
USE_LATEST_XCODE: 0

psv-ios-xcode-14-2-build:
name: PSV.iOS.MacOS12.Xcode14.2
runs-on: macOS-12
Expand Down Expand Up @@ -252,4 +230,4 @@ jobs:
text=$(git log -1 --no-merges --pretty=%B)
- name: Commit checker script. Verify commit text
run: scripts/misc/commit_checker.sh
shell: bash
shell: bash

0 comments on commit f1af912

Please sign in to comment.