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:
# 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