Skip to content

Commit cfc21a9

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 8514588 commit cfc21a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
build_and_deploy:
1010
name: Build and Deploy to Live
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
environment:
1313
name: production
1414
url: https://bvarga.dev

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build_and_preview:
88
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
environment: staging
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)