Skip to content

Commit

Permalink
DX-892 Ubuntu runner updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuscal-Ashman committed Jan 27, 2025
1 parent 632e986 commit 1aa0783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: write
pull-requests: write

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
DeployProd:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout this repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5
Expand Down

0 comments on commit 1aa0783

Please sign in to comment.