Skip to content

Commit 626024e

Browse files
DAG-2536 Upgrade build artifact for github runner service (#62)
1 parent e37f119 commit 626024e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
include:
1818
- name: linux
19-
os: ubuntu-22.04
19+
os: ubuntu-20.04
2020
artifact_name: target/release/mongo-task-generator
2121
asset_name: mongo-task-generator
2222

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.7.5 - 2022-04-25
4+
* Upgrade build artifact for github runner service
5+
36
## 0.7.4 - 2022-04-14
47
* Make resmoke errors easier to see in version_gen.
58

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mongo-task-generator"
33
description = "Dynamically split evergreen tasks into subtasks for testing the mongodb/mongo project."
44
license = "Apache-2.0"
5-
version = "0.7.4"
5+
version = "0.7.5"
66
repository = "https://github.com/mongodb/mongo-task-generator"
77
authors = ["Decision Automation Group <[email protected]>"]
88
edition = "2018"

0 commit comments

Comments
 (0)