Skip to content

Commit

Permalink
fix: use ubuntu 22.04 for building, #86
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Feb 3, 2025
1 parent ef1e778 commit fa5d217
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
./.github/workflows/upload_asset.sh ./pingap-darwin-x86-full.tar.gz $GITHUB_TOKEN
linux-musl-x86:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: setup node
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
./.github/workflows/upload_asset.sh ./pingap-linux-musl-x86-full.tar.gz $GITHUB_TOKEN
linux-musl-aarch64:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: setup node
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
./.github/workflows/upload_asset.sh ./pingap-linux-musl-aarch64-full.tar.gz $GITHUB_TOKEN
linux-gnu-x86:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 3600
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
./.github/workflows/upload_asset.sh ./pingap-linux-gnu-x86.tar.gz $GITHUB_TOKEN
./.github/workflows/upload_asset.sh ./pingap-linux-gnu-x86-full.tar.gz $GITHUB_TOKEN
linux-gnu-aarch64:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 3600
steps:
- name: Change Swap Space
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
# run: |
# ./.github/workflows/upload_asset.sh ./pingap-windows.exe.zip $GITHUB_TOKEN
docker:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 3600
steps:
- name: Change Swap Space
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
toolchain: [stable]
Expand Down Expand Up @@ -182,8 +182,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v6
with:
# platforms: linux/amd64, linux/arm64
platforms: linux/arm64
platforms: linux/amd64, linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
- name: Image digest
Expand Down

0 comments on commit fa5d217

Please sign in to comment.