Skip to content

Commit

Permalink
Use 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Aug 24, 2023
1 parent 7b1dc95 commit 288100c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-darts-cifar10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-23.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-enas-cifar10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-23.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-mxnet-mnist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-23.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-pytorch-mnist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-23.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-simple-pbt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-23.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-tf-mnist-with-summaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-23.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ui-random-search-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-23.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand Down

0 comments on commit 288100c

Please # to comment.