Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency ubuntu to v24 #1157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
frontend:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read

Expand All @@ -36,7 +36,7 @@ jobs:
retention-days: 1

backend:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: frontend
permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
frontend:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read

Expand All @@ -36,7 +36,7 @@ jobs:
golangci:
name: lint
needs: frontend
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/notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
notify:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Send notification
uses: USA-RedDragon/telegram-notification@v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/per-arch-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
frontend:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read

Expand All @@ -33,7 +33,7 @@ jobs:

test-linux:
name: Test Linux
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: frontend
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/radioid.net.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
update:
name: Update
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
frontend:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read

Expand All @@ -28,7 +28,7 @@ jobs:
retention-days: 1

frontend-eslint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
checks: write
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
path: internal/http/frontend/eslint_report.json

frontend-unit-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
checks: write
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
job_name: Tests

frontend-e2e-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
checks: write
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
retention-days: 30

backend-benchmark-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: frontend
permissions:
contents: read
Expand All @@ -207,7 +207,7 @@ jobs:
- run: make benchmark

backend-race-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: frontend
permissions:
contents: read
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
go test ./... -race

backend-unit-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: frontend
permissions:
contents: read
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
retention-days: 30

backend-unit-tests-coverage:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: frontend
permissions:
contents: read
Expand Down
Loading