Skip to content

Commit

Permalink
ci: use ubuntu 24 for non-native builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 1, 2025
1 parent a800adc commit 039acc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@ jobs:
native: true

# Musl Alpine
- os: ubuntu-22.04
- os: ubuntu-24.04
dockerfile: docker/alpine.dockerfile
node_arch: x64
cpp_arch: x64
native: false

# Debian Arm
- os: ubuntu-22.04
- os: ubuntu-24.04
node_arch: arm64
cpp_arch: amd64_arm64
distro: bullseye
native: false

# Musl Alpine Arm
- os: ubuntu-22.04
- os: ubuntu-24.04
node_arch: arm64
cpp_arch: amd64_arm64
distro: alpine_latest
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Build Linux Arm64
if: ${{ matrix.distro }}
uses: uraimo/run-on-arch-action@v2
uses: uraimo/run-on-arch-action@v2.8.1
with:
arch: aarch64
distro: ${{ matrix.distro }}
Expand Down

0 comments on commit 039acc9

Please sign in to comment.