Skip to content

Commit

Permalink
try a different distro version
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-page committed May 6, 2024
1 parent c6940b9 commit 196731c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: ${{ secrets.AWS_REGION }}
ec2_instance_type: t4g.large
ec2_ami_id: ami-063dc709a09d2d944 # arm64 ubuntu 20.04
ec2_ami_id: ami-083ee9f5ca51bafd2 # arm64 ubuntu 22.04
ec2_subnet_id: ${{ secrets.SUBNET_ID }}
ec2_security_group_id: ${{ secrets.SECURITY_GROUP_ID }}
ec2_instance_ttl: 40 # Optional (default is 60 minutes)
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
node-version: 20
registry-url: https://npm.pkg.github.com/
- run: apt-get update
- run: apt-get install -y libpcre2-dev autotools-dev autoconf libtool-bin g++-9
- run: apt-get install -y libpcre2-dev autotools-dev autoconf libtool-bin g++
- run: npm i -g node-gyp node-addon-api
- uses: mmomtchev/setup-swig@v3
with:
Expand Down

0 comments on commit 196731c

Please sign in to comment.