Skip to content

Commit 4cce86c

Browse files
author
lgmugnier
authored
Remove Macos 13 build support (#270)
1 parent dbdf486 commit 4cce86c

4 files changed

Lines changed: 2 additions & 56 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
3030
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
3131
PULL_REQUEST: ${{ github.event.pull_request.number }}
32-
run: export HOMEBREW_NO_INSTALL_FROM_API=1 ; brew pr-pull --debug --workflows=tests.yml,tests-arm.yml --tap=$GITHUB_REPOSITORY $PULL_REQUEST
32+
run: export HOMEBREW_NO_INSTALL_FROM_API=1 ; brew pr-pull --debug --workflows=tests-arm.yml --tap=$GITHUB_REPOSITORY $PULL_REQUEST
3333

3434
- name: Push commits
3535
uses: Homebrew/actions/git-try-push@master

.github/workflows/tests-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test-bot:
99
strategy:
1010
matrix:
11-
os: [macos-13-xlarge, macos-14, macos-15]
11+
os: [macos-14, macos-15]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Install Rosetta for any x86 arch operations

.github/workflows/tests.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ BastionZero offers the zli in pre-built binaries for the following matrix.
1414
| ------------------ | ------------------ | -------------------- |
1515
| MacOS 15 Sequoia | | :white_check_mark: |
1616
| MacOS 14 Sonoma | | :white_check_mark: |
17-
| MacOS 13 Ventura | :white_check_mark: | :white_check_mark: |
1817

1918
## Downgrading
2019
BastionZero cannot guarantee compatability when downgrading.

0 commit comments

Comments
 (0)