Skip to content

Commit

Permalink
chore: Remove deprecated OSs and runners
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Jul 4, 2024
1 parent 5763eea commit eaa871d
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,15 @@ on:
- 'ubuntu-20.04'
- 'rockylinux-8'
- 'centos-8'
- 'centos-7'
- 'amazonlinux'
- "windows-2019-x64"
- "windows-2019-x86"
- "windows-2022-x64"
- "windows-2022-x86"
- "macos-11-x64"
- "macos-12-x64"
- "macos-13-x64"
description: 'Operating System'
required: true
default: 'centos-7'
default: 'rockylinux-8'

nuget_mode:
type: choice
Expand Down Expand Up @@ -155,21 +152,3 @@ jobs:
# os: ${{ inputs.os }}
# nuget_mode: ${{ inputs.nuget_mode }}
secrets: inherit

prebuild-docker-8-8:
if: ${{ !contains('workflow_dispatch', github.event_name) || inputs.branch == 'hpcc-platform-8.8.x' }}
uses: hpcc-systems/vcpkg/.github/workflows/[email protected]
with:
branch: refs/heads/hpcc-platform-8.8.x
# os: ${{ inputs.os }}
# nuget_mode: ${{ inputs.nuget_mode }}
secrets: inherit

prebuild-gh_envs-8-8:
if: ${{ !contains('workflow_dispatch', github.event_name) || inputs.branch == 'hpcc-platform-8.8.x' }}
uses: hpcc-systems/vcpkg/.github/workflows/[email protected]
with:
branch: refs/heads/hpcc-platform-8.8.x
# os: ${{ inputs.os }}
# nuget_mode: ${{ inputs.nuget_mode }}
secrets: inherit

0 comments on commit eaa871d

Please sign in to comment.