Skip to content

Commit

Permalink
update hvcc + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Oct 11, 2024
1 parent 152149c commit f845172
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [nightly]

env:
HVCC_COMMIT_HASH: "${{ github.event.client_payload.nightly && github.event.client_payload.branch || '89446f737e2b8bc7794fbdd4de2dcce2cb43c874' }}"
HVCC_COMMIT_HASH: "${{ github.event.client_payload.nightly && github.event.client_payload.branch || '44708e75e2f7ddfcf4b6629b3693bcb6e0bd5358' }}"
CACHE_VERSION: 1

jobs:
Expand All @@ -20,12 +20,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- run: python -m pip install -U pip

- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
Expand All @@ -41,12 +35,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- run: python -m pip install -U pip

- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
Expand All @@ -56,17 +44,11 @@ jobs:
strategy:
matrix:
target: [macos-intel, macos-universal]
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- run: python -m pip install -U pip

- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
Expand All @@ -78,12 +60,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- run: python -m pip install -U pip

- uses: distrho/dpf-makefile-action@v1
with:
target: pluginval
Expand Down

0 comments on commit f845172

Please sign in to comment.