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 #558

Open
wants to merge 1 commit into
base: master
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
2 changes: 1 addition & 1 deletion .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
badges:
name: Badges
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
on: [push]
jobs:
tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pr changed tests
on: [pull_request]
jobs:
changed-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/print-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: print tests
on: [push]
jobs:
tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repeat-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
repeat-spec:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Print workflow inputs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repeat-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
repeat-tag:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Print workflow inputs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repeat-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
repeat-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Print workflow inputs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spec-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
find-dependencies:
name: Find source dependencies
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/tagged-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# and only runs the tests for the picked test tag
sanity:
if: ${{ github.event.inputs.sanity == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
Expand All @@ -57,7 +57,7 @@ jobs:

adding:
if: ${{ github.event.inputs.adding == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
Expand All @@ -71,7 +71,7 @@ jobs:

complete:
if: ${{ github.event.inputs.complete == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
Expand All @@ -85,7 +85,7 @@ jobs:

editing:
if: ${{ github.event.inputs.editing == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
Expand All @@ -99,7 +99,7 @@ jobs:

item:
if: ${{ github.event.inputs.item == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
Expand All @@ -113,7 +113,7 @@ jobs:

persistence:
if: ${{ github.event.inputs.persistence == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
Expand All @@ -127,7 +127,7 @@ jobs:

routing:
if: ${{ github.event.inputs.routing == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
Expand All @@ -141,7 +141,7 @@ jobs:

regression:
if: ${{ github.event.inputs.regression == 'true' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:

jobs:
tagged:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Print GitHub event inputs
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-circle-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:

jobs:
trigger-circleci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Print GitHub event inputs
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:

jobs:
trigger-circleci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Print GitHub event inputs
env:
Expand Down
Loading