This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new 7292d84 HDDS-8523. Upgrade Github Actions runner to ubuntu-latest
(#36)
7292d84 is described below
commit 7292d848f044723623d58f0df1ebae9ca47adb42
Author: Galsza <[email protected]>
AuthorDate: Wed May 3 16:14:00 2023 +0200
HDDS-8523. Upgrade Github Actions runner to ubuntu-latest (#36)
---
.github/workflows/regenerate.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/regenerate.yml b/.github/workflows/regenerate.yml
index ea6fb10..a442b7e 100644
--- a/.github/workflows/regenerate.yml
+++ b/.github/workflows/regenerate.yml
@@ -20,7 +20,7 @@ on:
jobs:
build:
name: regenerate
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout branch with source
uses: actions/checkout@v2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]