Skip to content

Commit

Permalink
Add intel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Jan 20, 2025
1 parent bc7c176 commit 53e15d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows-source/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,6 @@ jobs:
timeout-minutes: 130
runs-on:
labels: macOS
# Run on protected branches, but only on public repo
# Allow running if CI_MACOS_INTEL label is used
if: |
(github.ref_protected && github.repository == 'dfinity/ic') ||
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'CI_MACOS_INTEL'))

steps:
- <<: *checkout
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ jobs:
timeout-minutes: 130
runs-on:
labels: macOS
# Run on protected branches, but only on public repo
# Allow running if CI_MACOS_INTEL label is used
if: |
(github.ref_protected && github.repository == 'dfinity/ic') ||
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'CI_MACOS_INTEL'))
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 53e15d3

Please sign in to comment.