Skip to content

Commit

Permalink
chore: update ci runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Jan 23, 2025
1 parent e437fc7 commit 23cc73a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@ jobs:
is-native: false
node-version: 20.x # 18.x is missing the arm64 node.lib
# macos
- os: macos-12
- os: macos-latest
arch: arm64
is-native: false
- os: macos-12
arch: x64
is-native: true
- os: macos-latest
arch: x64
is-native: false
# linux
- os: ubuntu-latest
arch: x64
is-native: true
docker-arch: linux/amd64
docker-image: node:18-buster
# linux-libc
- os: ubuntu-latest
- os: ubuntu-24.04-arm
arch: arm64
is-native: false
docker-arch: linux/arm64
docker-image: node:18-buster
- os: ubuntu-latest
- os: ubuntu-24.04-arm
arch: arm
is-native: false
docker-arch: linux/arm/v7
Expand Down

0 comments on commit 23cc73a

Please sign in to comment.