Skip to content

Commit

Permalink
[deps]: Update ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 42b536a commit fe8bf2d
Show file tree
Hide file tree
Showing 29 changed files with 55 additions and 55 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
if-no-files-found: error

combine:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
steps:
- name: Checkout repo (PR)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-cli-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
build-docker:
name: Build Docker image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
check-failures:
name: Check for failures
if: always()
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-docker
steps:
- name: Check if any job failed
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:
jobs:
setup:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
package_version: ${{ steps.retrieve-version.outputs.package_version }}
sign: ${{ steps.sign.outputs.sign }}
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:

third_party:
name: Generate THIRDPARTY.html
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- setup
steps:
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:

manpages:
name: Generate manpages
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: setup
steps:
- name: Checkout repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

version:
name: Get version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.version.outputs.version }}
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
build_dotnet:
name: Build .NET
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- generate_schemas
- build_rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

build_java:
name: Build Java
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- generate_schemas
- build_rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

setup:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
package_version: ${{ steps.retrieve-version.outputs.package_version }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
version:
name: Get Version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
package_version: ${{ steps.retrieve-version.outputs.package_version }}
steps:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
trigger-swift-release:
name: Trigger Swift release
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
steps:
- name: Login to Azure - CI Subscription
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:
jobs:
build:
name: Building @bitwarden/sdk-wasm
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
cloc:
name: CLOC
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-old-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
jobs:
delete:
name: Cleanup Android SDK
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
enforce-label:
name: EnforceLabel
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Enforce Label
uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # 2.2.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
schemas:
name: Generate schemas
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/memory-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
memory-test:
name: Testing
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Check out repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
validate:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.version.outputs.version }}
steps:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: validate
steps:
- name: Download NuGet package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
validate:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.version.outputs.version }}
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: validate
steps:
- name: Checkout Repository
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
validate:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.version.outputs.version }}
steps:
Expand All @@ -45,7 +45,7 @@ jobs:
setup-php:
name: Setup PHP
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -66,7 +66,7 @@ jobs:

repo-sync:
name: Push changed files to SDK PHP repo
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- validate
- setup-php
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
github-release:
name: GitHub Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- setup-php
- repo-sync
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:

packagist-publish:
name: Publish to Packagist
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- validate
- setup-php
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defaults:
jobs:
setup:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -38,7 +38,7 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: setup
steps:
- name: Install Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:
jobs:
publish_ruby:
name: Publish Ruby
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-rust-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
publish:
name: Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
setup:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
release-version: ${{ steps.version.outputs.version }}
steps:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

publish:
name: Publish bws to crates.io
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: setup
steps:
- name: Checkout
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

publish-docker:
name: Publish docker versioned and latest image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: setup
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
validate:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.version.outputs.version }}
steps:
Expand All @@ -44,7 +44,7 @@ jobs:
github-release:
name: GitHub Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- repo-sync
- validate
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
validate:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.version.outputs.version }}
steps:
Expand All @@ -46,7 +46,7 @@ jobs:
repo-sync:
name: Push changed files to SDK Go repo
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: validate
env:
_BOT_EMAIL: [email protected]
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
github-release:
name: GitHub Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- repo-sync
- validate
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defaults:
jobs:
setup:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
release-version: ${{ steps.version.outputs.version }}
steps:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

npm:
name: Publish NPM
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: setup
if: inputs.npm_publish
env:
Expand Down
Loading

0 comments on commit fe8bf2d

Please sign in to comment.