Skip to content

Commit 035c428

Browse files
authored
Merge pull request #1293 from Shourya742/2024-12-12-fix-template-provider-binary-permission
add unix specific execution permission to tp binary executable
2 parents 2675ef9 + 6157916 commit 035c428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
os:
17-
- macos-latest
17+
- macos-14
1818
- ubuntu-latest
1919
include:
20-
- os: macos-latest
20+
- os: macos-14
2121
target: x86_64-apple-darwin
2222
- os: ubuntu-latest
2323
target: x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)