Skip to content

Commit

Permalink
Make sure we're compiling on ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Dec 8, 2022
1 parent 02efd28 commit f8d3fc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-release.yml
Expand Up @@ -37,7 +37,7 @@ jobs:

build-linux-gnu-x64:
name: linux-gnu-x64
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: docker.io/adrienv1520/nodejs-16-centos7
steps:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
strip: aarch64-linux-gnu-strip
cflags: ''
name: ${{ matrix.target }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Install Rust
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
strip: aarch64-linux-musl-strip
cflags: ''
name: ${{ matrix.target }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
credentials:
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
run: ls -l packages/*/*/*.node

build-and-release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Build and release nightly
needs:
- build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tag-release.yml
Expand Up @@ -37,7 +37,7 @@ jobs:

build-linux-gnu-x64:
name: linux-gnu-x64
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: docker.io/adrienv1520/nodejs-16-centos7
steps:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
strip: aarch64-linux-gnu-strip
cflags: ''
name: ${{ matrix.target }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Install Rust
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
strip: aarch64-linux-musl-strip
cflags: ''
name: ${{ matrix.target }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
credentials:
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
run: ls -l packages/*/*/*.node

build-and-release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Build and release the tagged version
needs:
- build
Expand Down

0 comments on commit f8d3fc3

Please sign in to comment.