Skip to content

Commit d67b701

Browse files
authored
Merge pull request #433 from lbl-srg/issue432_ubuntuLabel
updated label
2 parents 628dc0f + 2708c2b commit d67b701

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/client-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- staging
1515
jobs:
1616
build:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04
1818
defaults:
1919
run:
2020
working-directory: client

.github/workflows/prod-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
TEMPLATES_FILE_NAME: templates.json
1010
jobs:
1111
build-template-json:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
defaults:
1414
run:
1515
working-directory: server
@@ -41,7 +41,7 @@ jobs:
4141

4242
deploy:
4343
needs: build-template-json
44-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4545
defaults:
4646
run:
4747
working-directory: cdk

.github/workflows/server-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
MODELICA_DEPENDENCIES: ../dependencies
1717
jobs:
1818
build:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
defaults:
2121
run:
2222
working-directory: server

.github/workflows/staging-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
TEMPLATES_FILE_NAME: templates.json
1010
jobs:
1111
build-template-json:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
defaults:
1414
run:
1515
working-directory: server
@@ -41,7 +41,7 @@ jobs:
4141

4242
deploy:
4343
needs: build-template-json
44-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4545
defaults:
4646
run:
4747
working-directory: cdk

0 commit comments

Comments
 (0)