Skip to content

Commit 0b2de3d

Browse files
authored
Merge pull request #444 from NASA-IMPACT/iss_431__Orca_Deploy_v10_1_0
Github Deployment Fix (During Orca 10.1.0 UAT and PROD Deployments) This is a change that only affects the runners for UAT and PROD deployments. (This is an upgrade to runner OS from Ubuntu 20.04 to Ubuntu 22.04)
2 parents 2ca65e6 + d65e244 commit 0b2de3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pass.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
succeed-uat:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
environment: uat
2323
steps:
2424
- run: 'echo "No build required"'

0 commit comments

Comments
 (0)