Skip to content

Commit

Permalink
don't use large or xlarge runners since our payment plan doesn't supp…
Browse files Browse the repository at this point in the history
…ort those
  • Loading branch information
varunagrawal committed Nov 5, 2024
1 parent 2fc11f3 commit 53e78c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
name: [
macos-13-xcode-14.2,
macos-13-arm64-xcode-14.2,
macos-14-xcode-15.4,
macos-14-arm64-xcode-15.4,
]

build_type: [Debug, Release]
Expand All @@ -39,21 +37,11 @@ jobs:
compiler: xcode
version: "14.2"

- name: macos-13-arm64-xcode-14.2
os: macos-13-xlarge
compiler: xcode
version: "14.2"

- name: macos-14-xcode-15.4
os: macos-14
compiler: xcode
version: "15.4"

- name: macos-14-arm64-xcode-15.4
os: macos-14-xlarge
compiler: xcode
version: "15.4"

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
[
ubuntu-20.04-gcc-9,
ubuntu-20.04-clang-9,
macos-14-arm64-xcode-15.4,
macos-14-xcode-15.4,
windows-2022-msbuild,
]
Expand All @@ -48,11 +47,6 @@ jobs:
compiler: clang
version: "9"

- name: macos-14-arm64-xcode-15.4
os: macos-14-xlarge
compiler: xcode
version: "15.4"

- name: macos-14-xcode-15.4
os: macos-14
compiler: xcode
Expand Down

0 comments on commit 53e78c6

Please sign in to comment.