Skip to content

Commit

Permalink
fix(ci/arm): use fedora 38
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 22, 2023
1 parent 2dc8ff6 commit 761c64a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: 🤿 Build with Qemu
uses: addnab/docker-run-action@v3
with:
image: arm64v8/fedora:37
image: arm64v8/fedora:38
options: -v ${{ github.workspace }}:/work
run: |
dnf install -y make automake gcc gcc-c++ kernel-devel cmake git nodejs
Expand All @@ -74,7 +74,6 @@ jobs:
cd /work
rm -rf build
pnpm install
- name: 🚀 Upload Addon
Expand Down

0 comments on commit 761c64a

Please sign in to comment.