Skip to content

Commit e69f313

Browse files
committed
feat: update CI and build workflows to support macOS and Linux platforms; bump version to 0.1.5
1 parent 30f95d4 commit e69f313

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- platform: windows-x64
2222
os: windows-latest
2323
target: x86_64-pc-windows-msvc
24-
# - platform: macos-arm64
25-
# os: macos-latest
26-
# target: aarch64-apple-darwin
27-
# - platform: linux-x64
28-
# os: ubuntu-latest
29-
# target: x86_64-unknown-linux-gnu
24+
- platform: macos-arm64
25+
os: macos-latest
26+
target: aarch64-apple-darwin
27+
- platform: linux-x64
28+
os: ubuntu-latest
29+
target: x86_64-unknown-linux-gnu
3030

3131
steps:
3232
- name: Checkout repository

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
os: [windows-latest]
65-
#os: [ubuntu-latest, windows-latest, macos-latest]
64+
os: [ubuntu-latest, windows-latest, macos-latest]
6665

6766
steps:
6867
- name: Checkout repository

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bare"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "En markdown-nettleser med fokus på personvern og enkelhet"
55
authors = ["Bare Contributors"]
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)