Skip to content

Commit

Permalink
upgrade github hosted runners to ubuntu 24.04 (#42)
Browse files Browse the repository at this point in the history
ubuntu-20.04 images are about to be deprecated
actions/runner-images#11101
  • Loading branch information
pirafrank committed Jan 22, 2025
1 parent e038a23 commit 6621487
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
build:
name: Build website
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
environment:
name: CI
url: ${{ steps.deploy_to_vercel.outputs.preview-url }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
jobs:
checks:
name: Checks and Deploy Info
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
RUN_BUILD: ${{ steps.check_new_posts.outputs.RUN_BUILD }}
REF_NAME: ${{ steps.get_current_ref.outputs.ref }}
Expand All @@ -58,7 +58,7 @@ jobs:

build:
name: Build and Deploy
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
environment:
name: ${{ needs.checks.outputs.ENV_NAME }}
url: ${{ steps.deploy_to_vercel.outputs.preview-url }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/notion_to_jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
checks:
name: Checks and Deploy Info
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
RUN_BUILD: ${{ steps.check_new_posts.outputs.RUN_BUILD }}
REF_NAME: ${{ steps.get_current_ref.outputs.ref }}
Expand All @@ -37,7 +37,7 @@ jobs:

build:
name: Notion to Jekyll
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
environment:
name: ${{ needs.checks.outputs.ENV_NAME }}
concurrency: ${{ needs.checks.outputs.ENV_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
name: Test run
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Clone repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 6621487

Please sign in to comment.