Skip to content

Commit

Permalink
Merge pull request #1293 from Shourya742/2024-12-12-fix-template-prov…
Browse files Browse the repository at this point in the history
…ider-binary-permission

add unix specific execution permission to tp binary executable
  • Loading branch information
plebhash authored Dec 13, 2024
2 parents 2675ef9 + 6157916 commit 035c428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
matrix:
os:
- macos-latest
- macos-14
- ubuntu-latest
include:
- os: macos-latest
- os: macos-14
target: x86_64-apple-darwin
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
Expand Down

0 comments on commit 035c428

Please sign in to comment.