Skip to content

Commit

Permalink
chore: use static lib on macos-12
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Sep 18, 2024
1 parent cd30179 commit 1ef7607
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
path: nodejs/*.node

macos:
runs-on: macos-latest
runs-on: macos-12
strategy:
matrix:
settings:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zig-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
working-directory: "zig"
strategy:
matrix:
os: [macos-12, macos-latest, ubuntu-latest, windows-latest]
os: [macos-12, macos-latest, ubuntu-20.04, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
13 changes: 13 additions & 0 deletions go/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# KCL Artifact Library for Go

## Developing

### Prerequisites

+ Go 1.23+

### Build and Test

```shell
go test ./...
```
Binary file modified go/lib/darwin-amd64/static/libkclvm_cli_cdylib.a
Binary file not shown.
2 changes: 2 additions & 0 deletions zig/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test:
zig build test
4 changes: 2 additions & 2 deletions zig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This repo is under development, PRs welcome!

## Developing

## Prerequisites
### Prerequisites

+ Zig 0.13.0+

## Build and Test
### Build and Test

```shell
zig build test
Expand Down

0 comments on commit 1ef7607

Please sign in to comment.