Skip to content

Commit

Permalink
Pin ubuntu to 22.04 (#538)
Browse files Browse the repository at this point in the history
This will allow artifacts to be used on older systems (due to glibc).

Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
  • Loading branch information
sagudev authored Dec 15, 2024
1 parent 3ef6e9f commit 8ac1958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
RUSTC_WRAPPER: "sccache"
CCACHE: sccache
SCCACHE_GHA_ENABLED: "true"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # Needed for artifacts to work on older systems (due to glibc)
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion mozjs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mozjs_sys"
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
repository.workspace = true
version = "0.128.3-7"
version = "0.128.3-8"
authors = ["Mozilla"]
links = "mozjs"
build = "build.rs"
Expand Down

0 comments on commit 8ac1958

Please sign in to comment.