Skip to content

Commit 8fc88cc

Browse files
committed
update github runner to ubuntu-22.04
1 parent f23b39e commit 8fc88cc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
Check-Changelog:
99
name: Check Changelog Action
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: tarides/changelog-check-action@v2
1313
with:

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- os: ubuntu-20.04
17+
- os: ubuntu-22.04
1818
target: x86_64-unknown-linux-gnu
19-
- os: ubuntu-20.04
19+
- os: ubuntu-22.04
2020
target: aarch64-unknown-linux-gnu
2121
- os: macos-13
2222
target: x86_64-apple-darwin

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
build:
2020

21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- uses: actions/checkout@v4
2424

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
All notable changes to the `Serial Monitor` crate will be documented in this file.
44

5-
# Unreleased 0.3.x
5+
# Unreleased 0.4.x
66

7-
* Fixed sample rate issue
8-
* ...
7+
* Fixed sample rate / disconnect issue
8+
* Releases are now linked to libssl 3.4.1 on linux (built on Ubuntu 22.04)
99

1010
# 0.3.4
1111

0 commit comments

Comments
 (0)