Skip to content

Commit 4819db1

Browse files
committed
ci: run github hosted runners in release mode
1 parent 2c53965 commit 4819db1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
env:
2424
build-dir: "build"
25-
config: "Debug"
25+
config: "Release"
2626
artifact: "native"
2727
nt: "4"
2828

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
env:
2424
build-dir: "build"
25-
config: "Debug"
25+
config: "Release"
2626
artifact: "spla-ubuntu-build.tar.xz"
2727
nt: "4"
2828

0 commit comments

Comments
 (0)