From 4cf088e120764a3e2cb3e0afc3d502b839063b09 Mon Sep 17 00:00:00 2001 From: Leonid Pospelov Date: Tue, 10 Dec 2024 19:18:13 +0500 Subject: [PATCH] internal: delete .github/workflows/pr-macos.yml (#2262) --- .github/workflows/pr-macos.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/pr-macos.yml diff --git a/.github/workflows/pr-macos.yml b/.github/workflows/pr-macos.yml deleted file mode 100644 index e2108b6cd9..0000000000 --- a/.github/workflows/pr-macos.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: PR MacOS - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - schedule: - - cron: '0 0 * * *' - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -env: - # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) - BUILD_TYPE: Release - VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite' - VCPKG_FEATURE_FLAGS: 'manifests' - -jobs: - build: - runs-on: macos-14-large - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 1 - submodules: 'true' - - uses: ./.github/actions/pr_base - with: - DESCRIPTION: 'MacOS Build' - DIST_ARTIFACT_NAME: dist-macos - SERVER_DIST_ARTIFACT_NAME: server-dist-macos - SKYMP5_PATCHES_PAT: ${{ secrets.SKYMP5_PATCHES_PAT }}