Skip to content

Commit 30d2037

Browse files
authored
Merge pull request #130 from GaiaNet-AI/alabulei1-patch-4
2 parents c34e98f + 0b057a7 commit 30d2037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2
@@ -35,7 +35,7 @@ jobs:
3535
path: ./build
3636

3737
deploy:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-22.04
3939
needs: build
4040
if: github.event_name == 'push'
4141
steps:

0 commit comments

Comments
 (0)