Skip to content

Commit

Permalink
Bump ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants committed Nov 22, 2023
1 parent 1973ac2 commit 4a9aca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout main
uses: actions/checkout@v2
Expand All @@ -42,7 +42,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 4a9aca2

Please sign in to comment.