Skip to content

Commit 2902d21

Browse files
authored
restore unbuntu-latest for site.yml (#761)
1 parent e1759e3 commit 2902d21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: Website
1414
jobs:
1515
build:
1616
name: Build and Test
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
if: ${{ github.event_name == 'pull_request' }}
1919
steps:
2020
- name: Git Checkout
@@ -30,7 +30,7 @@ jobs:
3030
run: sbt docs/clean; sbt docs/buildWebsite
3131
publish-docs:
3232
name: Publish Docs
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-latest
3434
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
3535
steps:
3636
- name: Git Checkout
@@ -51,7 +51,7 @@ jobs:
5151
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5252
generate-readme:
5353
name: Generate README
54-
runs-on: ubuntu-20.04
54+
runs-on: ubuntu-latest
5555
if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
5656
steps:
5757
- name: Git Checkout

0 commit comments

Comments
 (0)