Skip to content

Commit

Permalink
ci: use ubuntu-22.04 tag for runners (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Jan 25, 2025
1 parent 0df0743 commit 72ad819
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- release_for: Linux-x86_64
build_on: ubuntu-22
build_on: ubuntu-22.04
target: x86_64-unknown-linux-gnu
args: "--locked --release"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [
# windows-latest,
ubuntu-22,
ubuntu-22.04,
macos-14,
macos-13,
]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ publish = false
pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]

[workspace.metadata.dist.github-custom-runners]
x86_64-unknown-linux-gnu = "ubuntu-22"
x86_64-unknown-linux-gnu = "ubuntu-22.04"
aarch64-apple-darwin = "macos-14"
x86_64-apple-darwin = "macos-13"
aarch64-unknown-linux-gnu = "buildjet-2vcpu-ubuntu-2204-arm"

0 comments on commit 72ad819

Please sign in to comment.