Pin website workflows to ubuntu-20.04 #1181

Closed
NickGerleman wants to merge 1 commits from pin-ubuntu into main
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
publish:
name: Publish to GitHub Pages
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

View File

@@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3