Skip to content

Commit 0319210

Browse files
committed
Fix CI build
Signed-off-by: falkTX <falktx@falktx.com>
1 parent c5c2494 commit 0319210

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push, pull_request]
55
env:
66
CACHE_VERSION: 2
77
DEBIAN_FRONTEND: noninteractive
8+
PAWPAW_CI: 1
89
PAWPAW_SKIP_LTO: 1
910
PAWPAW_SKIP_FFTW: 1
1011
PAWPAW_SKIP_GLIB: 1
@@ -86,7 +87,7 @@ jobs:
8687
strategy:
8788
matrix:
8889
target: [intel, universal]
89-
runs-on: macos-12
90+
runs-on: macos-13
9091
steps:
9192
- uses: actions/checkout@v4
9293
with:

dpf

0 commit comments

Comments
 (0)