Skip to content

Commit b012546

Browse files
authored
Update README
1 parent 2a5fe43 commit b012546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
branches: [main]
2020
jobs:
2121
sanity-deploy:
22-
runs-on: ubuntu-18.04
22+
runs-on: ubuntu-latest
2323
name: Deploy Sanity
2424
steps:
2525
- uses: actions/checkout@v2
@@ -46,7 +46,7 @@ on:
4646
- cron: "0 4 */16 * *"
4747
jobs:
4848
backup-dataset:
49-
runs-on: ubuntu-18.04
49+
runs-on: ubuntu-latest
5050
name: Backup dataset
5151
steps:
5252
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)