Skip to content

Commit

Permalink
upgrade ci to ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jun 20, 2024
1 parent c63ae8a commit daf0a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
jobs:
build-server:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- env:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
fi
fi
build-db:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- env:
Expand Down

0 comments on commit daf0a69

Please sign in to comment.