Skip to content

Commit

Permalink
use ubuntu-24.04 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoshinNikita committed Jan 4, 2025
1 parent 8f99556 commit c5aac4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -21,7 +21,7 @@ jobs:

# TODO: use an alpine image to mimic the production environment?
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down
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:
release:
name: release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
tag:
name: tag
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
image_to_pull: ghcr.io/shoshinnikita/rview:${{ github.event.inputs.tag_to_pull }}
image_to_push: ghcr.io/shoshinnikita/rview:${{ github.event.inputs.tag_to_push }}
Expand Down

0 comments on commit c5aac4c

Please sign in to comment.