Skip to content

Commit

Permalink
ci: for use ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Oct 15, 2024
1 parent 25da810 commit 65593ea
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_assign_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
assign_creator:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: toshimaru/auto-author-assign@v1.6.2
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
changes: # changes detection
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
pull-requests: read
steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-22.04, macos-13]
runs-on: ${{ matrix.os }}
timeout-minutes: 60

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-22.04, macos-13]
runs-on: ${{ matrix.os }}
timeout-minutes: 60

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:

lint:
name: "Lint"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build-docker-image:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
timeout-minutes: 60

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
delete: true

labels:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
tag-name:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
needs: tag-name
strategy:
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-22.04, macos-13]
arch: [amd64]
include:
- os: macos-13
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
debug: waku*

create-release-candidate:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [ tag-name, build-and-publish ]
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build-and-upload:
strategy:
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-22.04, macos-13]
arch: [amd64]
include:
- os: macos-13
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- .github/labels.yml
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: micnncim/action-label-syncer@v1
Expand Down

0 comments on commit 65593ea

Please sign in to comment.