Skip to content

Commit

Permalink
Pin github runner version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekharkunov committed Oct 16, 2024
1 parent 93db75c commit 548d577
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/application-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
client:
if: ${{ startsWith(github.ref_name, 'client-') }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

manifestmerger:
if: ${{ startsWith(github.ref_name, 'manifestmergetool-') }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

extender:
if: ${{ startsWith(github.ref_name, 'extender-') }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# cleanup disk space because we use lots of disk space for Docker image during extender tests
- name: Free Disk Space (Ubuntu)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-env-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Process tag name
Expand Down

0 comments on commit 548d577

Please sign in to comment.