Skip to content

Commit

Permalink
switch to ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hrl20 committed Jan 23, 2025
1 parent f940186 commit 9c96611
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: read-all

jobs:
build-linux-amd64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -35,7 +35,7 @@ jobs:
path: dist/

build-linux-arm64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

generate-manifest:
needs: [build-linux-amd64, build-linux-arm64, build-macos-arm64, build-windows]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

build:
name: Build, lint and unit tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: generate-manifest
outputs:
plugin-id: ${{ steps.metadata.outputs.plugin-id }}
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:

resolve-versions:
name: Resolve e2e images
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 3
needs: build
if: ${{ needs.build.outputs.has-e2e == 'true' }}
Expand All @@ -280,7 +280,7 @@ jobs:
matrix:
GRAFANA_IMAGE: ${{fromJson(needs.resolve-versions.outputs.matrix)}}
name: e2e test ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9c96611

Please sign in to comment.