Skip to content

Commit f925332

Browse files
author
Azure Pipelines
committed
Merge remote-tracking branch 'origin/main' into publication
2 parents 1c1160e + 48bf5a0 commit f925332

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.azure/ipynb-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pr: none
1111
jobs:
1212
- job: sync_pub
1313
pool:
14-
vmImage: "Ubuntu-20.04"
14+
vmImage: "Ubuntu-22.04"
1515
workspace:
1616
clean: all
1717
variables:

.azure/ipynb-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pr:
1111
jobs:
1212
- job: check_diff
1313
pool:
14-
vmImage: "Ubuntu-20.04"
14+
vmImage: "Ubuntu-22.04"
1515
steps:
1616
- bash: |
1717
set -ex

.github/workflows/ci_internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-20.04]
20+
os: [ubuntu-22.04]
2121
python-version: ["3.8", "3.10"]
2222
# Timeout: https://stackoverflow.com/a/59076067/4521646
2323
timeout-minutes: 15

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
# https://github.com/marketplace/actions/deploy-to-github-pages
1818
build-docs-deploy:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
env:
2121
PATH_DATASETS: ${{ github.workspace }}/.datasets
2222
TORCH_URL: "https://download.pytorch.org/whl/cpu/torch_stable.html"

0 commit comments

Comments
 (0)