mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 15:06:54 +00:00
chore: Update runner os to ubuntu-22.04 (#10400)
* chore: update runner os to ubuntu-22.04 Signed-off-by: Pranav C <pranavxc@gmail.com> * docs: formatting Signed-off-by: Pranav C <pranavxc@gmail.com> --------- Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
2
.github/workflows/release-nightly-dev.yml
vendored
2
.github/workflows/release-nightly-dev.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
# enrich tag for nightly auto release
|
||||
set-tag:
|
||||
runs-on: 'ubuntu-latest'
|
||||
runs-on: 'ubuntu-22.04'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user