Skip to content

Commit

Permalink
feat(build)!: Update runner image to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Aug 27, 2024
1 parent 3ee621d commit eb685f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- "master"
schedule:
- cron: '0 6 * * 5'
- cron: "0 6 * * 5"
workflow_dispatch:

jobs:
pre-release:
name: "Pre-release"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -67,5 +67,5 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: ${{ github.ref_name }}
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }}'
commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }}"
file_pattern: CHANGELOG.md
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit eb685f0

Please sign in to comment.