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]

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


Loading…
Cancel
Save