Skip to content

Commit

Permalink
ci: use stable runner ubuntu-22.04 rather than latest (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkeven authored Dec 17, 2024

Unverified

The committer email address is not verified.
1 parent 454401e commit dbbe141
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
@@ -5,7 +5,7 @@ on:

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

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

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

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

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

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

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

steps:
- name: 'Checkout source code'

0 comments on commit dbbe141

Please sign in to comment.