Skip to content

Commit

Permalink
Try to use ubuntu 22.04 as runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
woblerr committed Jan 25, 2025
1 parent 069bb32 commit 4b2ff63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ env:

jobs:
build_image:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
pgbackrest_version: ["2.53", "2.53.1", "2.54.0", "2.54.1", "2.54.2"]
Expand Down Expand Up @@ -150,7 +151,8 @@ jobs:
DOWNLOAD_URL: ${{ env.download_url }}

build_gpdb_image:
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
pgbackrest_version: ["2.47_arenadata4", "2.50_arenadata4", "2.52_arenadata7"]
Expand Down

0 comments on commit 4b2ff63

Please sign in to comment.