Skip to content

Commit

Permalink
Update Ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawberryMaster authored Nov 6, 2024
1 parent 2870ac1 commit 3d2a23b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@main
- name: Setup Pages
uses: actions/configure-pages@v5
uses: actions/configure-pages@main
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@main
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@main

0 comments on commit 3d2a23b

Please sign in to comment.