Skip to content

Commit

Permalink
update runs-on to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Feb 4, 2025
1 parent e8abc59 commit 8a0f95c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_call

jobs:
build:
runs-on: f2cebe1300eabb503d70ef55c39d31f538deccf6
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: f2cebe1300eabb503d70ef55c39d31f538deccf6
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
minitiad:
name: Minitiad
runs-on: f2cebe1300eabb503d70ef55c39d31f538deccf6
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
GOLANGCI_LINT_VERSION: v1.61.0
name: golangci-lint
runs-on: f2cebe1300eabb503d70ef55c39d31f538deccf6
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# Use --check or --exit-code when available (Go 1.19?)
# https://github.com/golang/go/issues/27005
tidy:
runs-on: f2cebe1300eabb503d70ef55c39d31f538deccf6
runs-on: ubuntu-22.04
name: tidy
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
spellcheck:
runs-on: f2cebe1300eabb503d70ef55c39d31f538deccf6
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Run test and upload codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
runs-on: f2cebe1300eabb503d70ef55c39d31f538deccf6
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 8a0f95c

Please sign in to comment.