Skip to content

Commit 79e331b

Browse files
authored
update GHA runners to ubuntu latest (aws-cloudformation#108)
1 parent d989f2b commit 79e331b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
delivery-nodejs:
1212
name: Prepare for NPM
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
@@ -35,7 +35,7 @@ jobs:
3535

3636
delivery-python:
3737
name: Prepare for PyPI
38-
runs-on: ubuntu-18.04
38+
runs-on: ubuntu-latest
3939
strategy:
4040
matrix:
4141
python: [3.6]
@@ -58,7 +58,7 @@ jobs:
5858
delivery-github:
5959
name: Delivery to GitHub
6060
needs: [delivery-nodejs, delivery-python]
61-
runs-on: ubuntu-18.04
61+
runs-on: ubuntu-latest
6262
steps:
6363
- uses: actions/checkout@v3
6464
- name: Download NPM Artifacts

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: [ push, pull_request ]
66

77
jobs:
88
build:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/setup-python@v4
1212
with:

0 commit comments

Comments
 (0)