Skip to content

Commit

Permalink
[ci] disabling one mac job
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 9, 2024
1 parent 05c005f commit 1234ab4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos12, macos-latest, macos-latest-large]
os: [macos12, macos-latest]
env:
CCACHE_DIR: /Users/runner/work/ttk/.ccache
CCACHE_MAXSIZE: 200M
Expand Down Expand Up @@ -240,14 +240,6 @@ jobs:
file: ttk-paraview-headless-macos-12/ttk-paraview.tar.gz
asset_name: ttk-paraview-headless-macos-12.tar.gz

- name: Upload MacOS 14 .tar.gz as Release Asset
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
file: ttk-paraview-headless-macos-14-large/ttk-paraview.tar.gz
asset_name: ttk-paraview-headless-macos-14.tar.gz

- name: Upload MacOS 14 (arm64) .tar.gz as Release Asset
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 1234ab4

Please sign in to comment.