Skip to content

Commit 288100c

Browse files
committed
Use 22.04
1 parent 7b1dc95 commit 288100c

7 files changed

+7
-7
lines changed

.github/workflows/e2e-test-darts-cifar10.yaml

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

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-23.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-enas-cifar10.yaml

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

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-23.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-mxnet-mnist.yaml

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

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-23.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-pytorch-mnist.yaml

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

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-23.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-simple-pbt.yaml

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

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-23.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-tf-mnist-with-summaries.yaml

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

1212
jobs:
1313
e2e:
14-
runs-on: ubuntu-23.04
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 120
1616
steps:
1717
- name: Checkout

.github/workflows/e2e-test-ui-random-search-postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99

1010
jobs:
1111
e2e:
12-
runs-on: ubuntu-23.04
12+
runs-on: ubuntu-22.04
1313
timeout-minutes: 120
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)