Skip to content

Commit 461eccd

Browse files
committed
Merge branch 'version/0-48-0-RC1' into mitchell/dx-3248
2 parents e50ebd5 + f342fee commit 461eccd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ jobs:
441441
name: Deploy
442442
needs:
443443
- scan
444-
runs-on: ubuntu-20.04
444+
runs-on: ubuntu-latest
445445
env:
446446
ACTIVESTATE_CI: true
447447
SHELL: bash
@@ -522,7 +522,7 @@ jobs:
522522
uses: geekyeggo/delete-artifact@v5
523523
with:
524524
name: |
525-
session-build-ubuntu-20.04
525+
session-build-ubuntu-latest
526526
session-build-macos-11
527527
session-build-windows-2019
528528
session-build-ubuntu-24.04-arm

.github/workflows/propagate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# === Set target branch ===
1313
propagate:
1414
name: Propagate to affected version branches
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
env:
1717
ACTIVESTATE_CI: true
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# === Target & Verify PR ===
1616
verifypr:
1717
name: Target & Verify PR
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
JIRA_USERNAME: ${{ secrets.JIRA_EMAIL }}

0 commit comments

Comments
 (0)