Skip to content

Commit

Permalink
ci: use stable runner ubuntu-22.04 rather than latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dkeven committed Dec 17, 2024
1 parent b62301c commit e338327
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-deps-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
push:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: "Checkout source code"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
push:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: "Checkout source code"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
push-images:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: 'Checkout source code'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
push:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: 'Checkout source code'
Expand Down

0 comments on commit e338327

Please sign in to comment.