Skip to content

Commit 29c73a2

Browse files
committed
bump runner, so that we get an updated version of openssl
OpenSSL 1.1.1f-1ubuntu2.22 in Ubuntu 20.04 https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md OpenSSL 3.0.2-0ubuntu1.15 in Ubuntu 22.04 https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
1 parent 7d2ec28 commit 29c73a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/check-certificates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: >
2727
(github.event_name != 'pull_request' && github.repository == 'arduino/arduino-create-agent') ||
2828
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'arduino/arduino-create-agent')
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-22.04
3030

3131
strategy:
3232
fail-fast: false

0 commit comments

Comments
 (0)