Skip to content

Commit

Permalink
upgrade github actions to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhy committed Oct 16, 2024
1 parent 16cb410 commit 7d70f45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ permissions:

jobs:
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Auto-approve dependabot PRs for minor or test-only dependency upgrades
steps:
- name: Install sqlite headers
run: sudo apt-get install -y libsqlite3-dev
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:

jobs:
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Release
steps:
- name: Install sqlite headers
run: sudo apt-get install -y libsqlite3-dev
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 7d70f45

Please sign in to comment.