Skip to content

Commit

Permalink
update ubuntu build to 22.04 at least for now (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl authored Jul 20, 2023
1 parent 1932e72 commit e3d2bd0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- os: macos-11
dist-args: --artifacts=local --target=aarch64-apple-darwin --target=x86_64-apple-darwin
install-dist: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.0.7/cargo-dist-installer.sh | sh
- os: ubuntu-20.04
- os: ubuntu-22.04
dist-args: --artifacts=local --target=x86_64-unknown-linux-gnu
install-dist: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.0.7/cargo-dist-installer.sh | sh
- os: windows-2019
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oxide"
description = "CLI for the Oxide rack"
version = "0.1.0-beta.1"
version = "0.1.0-beta.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/oxidecomputer/oxide.rs"
Expand Down
2 changes: 1 addition & 1 deletion cli/docs/cli.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxide",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"args": [
{
"long": "cacert",
Expand Down
2 changes: 1 addition & 1 deletion sdk-httpmock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oxide-httpmock"
description = "httpmock for the Oxide rack API"
version = "0.1.0"
version = "0.2.0-beta.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/oxidecomputer/oxide.rs"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oxide-api"
description = "SDK for the Oxide rack"
version = "0.1.0-beta.1"
version = "0.1.0-beta.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/oxidecomputer/oxide.rs"
Expand Down

0 comments on commit e3d2bd0

Please sign in to comment.