Browse Source

CI rebuild

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 7 months ago
parent
commit
46dcdf781d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/build.yml

+ 2
- 2
.github/workflows/build.yml View File

@@ -3,7 +3,7 @@ name: build
on: [push, pull_request] on: [push, pull_request]


env: env:
CACHE_VERSION: 1
CACHE_VERSION: 2
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
PAWPAW_SKIP_LTO: 1 PAWPAW_SKIP_LTO: 1
PAWPAW_SKIP_FFTW: 1 PAWPAW_SKIP_FFTW: 1
@@ -86,7 +86,7 @@ jobs:
strategy: strategy:
matrix: matrix:
target: [intel, universal] target: [intel, universal]
runs-on: macos-11
runs-on: macos-12
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:


Loading…
Cancel
Save