Skip to content

Commit a76cb0d

Browse files
move to ubuntu-latest
1 parent baef4da commit a76cb0d

14 files changed

Lines changed: 66 additions & 66 deletions

.github/workflows/_security-alerts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
fetch:
10-
runs-on: ubuntu-slim
10+
runs-on: ubuntu-latest
1111
name: Fetch analysis
1212
outputs:
1313
alerts: ${{ steps.fetch.outputs.ALERTS }}
@@ -25,7 +25,7 @@ jobs:
2525
echo 'EOF' >> $GITHUB_OUTPUT
2626
2727
notify:
28-
runs-on: ubuntu-slim
28+
runs-on: ubuntu-latest
2929
name: Send notifications
3030
needs: [ fetch ]
3131

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
echo 'EOF' >> $GITHUB_ENV
8383
8484
notify:
85-
runs-on: ubuntu-slim
85+
runs-on: ubuntu-latest
8686
name: Send notifications
8787
needs: [ fetch ]
8888

.github/workflows/demos_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
check-should-run:
2020
name: Check if tests should run
21-
runs-on: ubuntu-slim
21+
runs-on: ubuntu-latest
2222
outputs:
2323
should-run: ${{ steps.check.outputs.should-run }}
2424
steps:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
run: pnpm exec nx run-many -t lint -p devextreme-angular devextreme-react devextreme-vue
232232

233233
notify:
234-
runs-on: ubuntu-slim
234+
runs-on: ubuntu-latest
235235
name: Send notifications
236236
needs: [TS, JS, texts, component_exports]
237237
if: github.event_name != 'pull_request' && contains(needs.*.result, 'failure')

.github/workflows/packages_publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
pnpm dist-tag add $PACKAGE_NAME@$PACKAGE_VERSION latest --registry=https://npm.pkg.github.com;
141141
142142
notify:
143-
runs-on: ubuntu-slim
143+
runs-on: ubuntu-latest
144144
name: Send notifications
145145
needs: [ build, publish ]
146146
if: failure()

.github/workflows/paths.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# if (( ${#RESULT} )); then printf "The following filenames are longer than $MAX_LENGTH characters:\n${RESULT}" && exit 1; fi;
3232

3333
notify:
34-
runs-on: ubuntu-slim
34+
runs-on: ubuntu-latest
3535
name: Send notifications
3636
needs: [checks]
3737
if: github.event_name != 'pull_request' && contains(needs.*.result, 'failure')

0 commit comments

Comments
 (0)