mirror of
https://github.com/MAGICGrants/getmonero.dev.git
synced 2026-01-07 20:13:53 -05:00
Ubuntu 22.04
This commit is contained in:
committed by
GitHub
parent
8e16042f8e
commit
9451f95a02
4
.github/workflows/jekyll.yml
vendored
4
.github/workflows/jekyll.yml
vendored
@@ -29,7 +29,7 @@ concurrency:
|
||||
jobs:
|
||||
# Build job
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
needs: build
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
|
||||
Reference in New Issue
Block a user