Skip to content

Commit

Permalink
exp fix for github action timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
xquery committed Oct 10, 2023
1 parent ac1455e commit 1492aea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build_multi_ci:
name: ${{ matrix.build.name }}
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu:22.04'
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_latest_release_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build_multi_latest_release_tag:
name: ${{ matrix.build.name }}
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu:22.04'
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
build_master:
name: ${{ matrix.build.name }}
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu:22.04'
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_master_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
build_dev_master:
name: ${{ matrix.build.name }}
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu:22.04'
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_master_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
build_multi_master:
name: ${{ matrix.build.name }}
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu:22.04'
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 1492aea

Please sign in to comment.