We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dd20d commit 8a7ded2Copy full SHA for 8a7ded2
1 file changed
.github/workflows/build.yml
@@ -8,16 +8,16 @@ on:
8
branches:
9
- '*'
10
env:
11
- CACHE_VERSION: 20250801
12
- PAWPAW_VERSION: 8b1198b3b9c7f01d4466e82d2cc6947da855d594
+ CACHE_VERSION: 20260107
+ PAWPAW_VERSION: dd0fd459be75110d76b633e606a1a1dbc607b2ab
13
PAWPAW_SKIP_LTO: 1
14
15
jobs:
16
macos:
17
strategy:
18
matrix:
19
target: [intel, universal]
20
- runs-on: macos-13
+ runs-on: macos-14
21
steps:
22
- uses: actions/checkout@v4
23
with:
0 commit comments