Skip to content

Commit 8ac1958

Browse files
authored
Pin ubuntu to 22.04 (#538)
This will allow artifacts to be used on older systems (due to glibc). Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
1 parent 3ef6e9f commit 8ac1958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
RUSTC_WRAPPER: "sccache"
6262
CCACHE: sccache
6363
SCCACHE_GHA_ENABLED: "true"
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-22.04 # Needed for artifacts to work on older systems (due to glibc)
6565
strategy:
6666
fail-fast: false
6767
matrix:

mozjs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mozjs_sys"
33
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
44
repository.workspace = true
5-
version = "0.128.3-7"
5+
version = "0.128.3-8"
66
authors = ["Mozilla"]
77
links = "mozjs"
88
build = "build.rs"

0 commit comments

Comments
 (0)