Skip to content

Commit

Permalink
Merge pull request #1062 from JuliusSkylerSladeUSDS/downgrade-ubuntu
Browse files Browse the repository at this point in the history
Downgrade to previous Ubuntu version, which is LTS
  • Loading branch information
AnneRMarshallUSDS authored Jan 17, 2025
2 parents 5f4cb48 + 3e04828 commit 177cb69
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 @@ -37,7 +37,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Retrieve commit history
uses: actions/checkout@v3
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/upload-pages-artifact@v1

deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
environment:
name: github-pages
Expand Down

0 comments on commit 177cb69

Please sign in to comment.