Skip to content

Commit

Permalink
ci: update ubuntu to version 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Jul 31, 2024
1 parent e27845d commit ac7e0fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-jupyter-notebook:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
Expand All @@ -30,7 +30,7 @@ jobs:
run: docker push trueagi/das:latest-jupyter-notebook

build-das-cli:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/master'
needs: build-jupyter-notebook
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
path: dist/*

integration-tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- build-das-cli
steps:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
secrets: inherit

deploy-das-cli:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/master'
needs: integration-tests
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build-das-cli:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
path: dist/*

integration-tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- build-das-cli
steps:
Expand Down

0 comments on commit ac7e0fa

Please sign in to comment.