summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/automated-build.yml12
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/automated-build.yml b/.github/workflows/automated-build.yml
index bcf4b9d..ebae07e 100644
--- a/.github/workflows/automated-build.yml
+++ b/.github/workflows/automated-build.yml
@@ -16,12 +16,12 @@ jobs:
fail-fast: false
matrix:
job:
- - {os: ubuntu-20.04, target: arm-unknown-linux-gnueabihf, use-cross: true}
- - {os: ubuntu-20.04, target: arm-unknown-linux-musleabihf, use-cross: true}
- - {os: ubuntu-20.04, target: aarch64-unknown-linux-musl, use-cross: true}
- - {os: ubuntu-20.04, target: aarch64-unknown-linux-gnu, use-cross: true}
- - {os: ubuntu-20.04, target: x86_64-unknown-linux-musl, use-cross: true}
- - {os: ubuntu-20.04, target: x86_64-unknown-linux-gnu}
+ - {os: ubuntu-22.04, target: arm-unknown-linux-gnueabihf, use-cross: true}
+ - {os: ubuntu-22.04, target: arm-unknown-linux-musleabihf, use-cross: true}
+ - {os: ubuntu-22.04, target: aarch64-unknown-linux-musl, use-cross: true}
+ - {os: ubuntu-22.04, target: aarch64-unknown-linux-gnu, use-cross: true}
+ - {os: ubuntu-22.04, target: x86_64-unknown-linux-musl, use-cross: true}
+ - {os: ubuntu-22.04, target: x86_64-unknown-linux-gnu}
- {os: macos-latest, target: aarch64-apple-darwin}
- {os: macos-13, target: x86_64-apple-darwin}
steps:
diff --git a/Cargo.lock b/Cargo.lock
index 523f86d..0640c44 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -812,7 +812,7 @@ dependencies = [
[[package]]
name = "joshuto"
-version = "0.9.7"
+version = "0.9.8"
dependencies = [
"alphanumeric-sort",
"ansi-to-tui",
diff --git a/Cargo.toml b/Cargo.toml
index 3fb9492..52e7fb2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "joshuto"
-version = "0.9.7"
+version = "0.9.8"
authors = ["Jiayi Zhao <jeff.no.zhao@gmail.com>"]
description = "Terminal file manager inspired by ranger"
homepage = "https://github.com/kamiyaa/joshuto"