chore(deps): update dependency ubuntu to v24

This commit is contained in:
renovate[bot] 2024-09-26 19:59:30 +00:00 committed by GitHub
parent 3556666aad
commit ac28a8a6ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ env:
jobs: jobs:
lint: lint:
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -54,7 +54,7 @@ jobs:
version: ${{ env.GOLANGCI_VERSION }} version: ${{ env.GOLANGCI_VERSION }}
unit-test: unit-test:
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -72,7 +72,7 @@ jobs:
# those packages to GitHub as a build artifact. The push job downloads those # those packages to GitHub as a build artifact. The push job downloads those
# artifacts and pushes them as a single multi-platform package. # artifacts and pushes them as a single multi-platform package.
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
@ -127,7 +127,7 @@ jobs:
# pushes them as a multi-platform package. We only push the package it the # pushes them as a multi-platform package. We only push the package it the
# XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided. # XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
push: push:
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
needs: needs:
- build - build
steps: steps: