Skip to content

Commit

Permalink
chore(renovate): major Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent 713fa52 commit a80c80c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
environment: ['production']
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
deploy:
needs: build
if: github.ref == 'refs/heads/main' && github.repository == 'sammcj/smcleod'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment:
name: github-pages
url: ${{ env.baseURL }}
Expand All @@ -85,7 +85,7 @@ jobs:
deploy-staging:
needs: build
if: github.ref == 'refs/heads/main' && github.repository == 'sammcj/smcleod-hugo'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment:
name: github-pages
url: ${{ env.baseURL }}
Expand Down

0 comments on commit a80c80c

Please sign in to comment.