Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com>
  • Loading branch information
usa-reddragon-renovate-ce[bot] authored Oct 31, 2024
1 parent 9cb9895 commit c9d0c8a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
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

0 comments on commit c9d0c8a

Please sign in to comment.