Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 72a7c3a commit b8814d5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
- run: echo yarn lint # disable for now

build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
retention-days: 7

test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
Expand All @@ -85,7 +85,7 @@ jobs:
continue-on-error: true

docker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
pull-requests: write
outputs:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
needs:
- docker
- build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: read
strategy:
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
needs:
- docker
- docker-build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix: ${{ fromJSON(needs.docker.outputs.builds) }}
fail-fast: false
Expand All @@ -213,7 +213,7 @@ jobs:
needs:
- docker
- docker-build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix: ${{ fromJSON(needs.docker.outputs.builds) }}
fail-fast: false
Expand All @@ -235,7 +235,7 @@ jobs:
- test
- docker
- docker-test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
needs:
- docker
- docker-push
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
pull-requests: write
packages: write
Expand Down

0 comments on commit b8814d5

Please sign in to comment.