Skip to content

Commit f8741da

Browse files
deniakpadenot
authored andcommitted
update platform from ubuntu-20.04 to ubuntu-latest
1 parent 90090dc commit f8741da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-images.yml

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

1212
jobs:
1313
main:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515

1616
steps:
1717
# See doc at https://github.com/actions/checkout#checkout-v2

.github/workflows/deploy-samples.yml

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

1212
jobs:
1313
main:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515

1616
steps:
1717
# See doc at https://github.com/actions/checkout#checkout-v2

0 commit comments

Comments
 (0)