Ubuntu 22.04

This commit is contained in:
Justin Ehrenhofer
2025-08-11 15:21:45 -05:00
committed by GitHub
parent 8e16042f8e
commit 9451f95a02

View File

@@ -29,7 +29,7 @@ concurrency:
jobs: jobs:
# Build job # Build job
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
environment: environment:
name: github-pages name: github-pages
url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest runs-on: ubuntu-22.04
needs: build needs: build
steps: steps:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages