Update workflow to use Ubuntu 22.04 for build and publish job
This commit is contained in:
2
.github/workflows/build-and-deploy.yml
vendored
2
.github/workflows/build-and-deploy.yml
vendored
@@ -10,7 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ⚙️ Prepare Environment Variables
|
- name: ⚙️ Prepare Environment Variables
|
||||||
|
Reference in New Issue
Block a user