Skip to content

Commit

Permalink
re-added macos and win
Browse files Browse the repository at this point in the history
  • Loading branch information
jsj committed Jun 15, 2024
1 parent 6a76dec commit fe880d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_var.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"targets": [
"template_debug"
"template_debug",
"template_release"
],
"jobs": [
{
Expand All @@ -9,7 +10,7 @@
"platform": "macos",
"artifact-extension": "framework",
"flags": "arch=universal",
"skip": true,
"skip": false,
"cache-name": "macos-universal",
"duckdb-url-name": "libduckdb-osx-universal",
"duckdb-lib-name": "libduckdb.dylib"
Expand All @@ -30,7 +31,7 @@
"os": "windows-latest",
"platform": "windows",
"artifact-extension": "dll",
"skip": true,
"skip": false,
"flags": "use_mingw=yes",
"cache-name": "win-x86_64-mingw",
"duckdb-url-name": "libduckdb-windows-amd64",
Expand Down

0 comments on commit fe880d6

Please sign in to comment.