Skip to content

Commit

Permalink
fix(ci): update ci for ubuntu18.04(#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanghuang committed Dec 10, 2024
1 parent b520212 commit 4a3ad06
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ubuntu18-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: ubuntu18.04 v9.0.0 build x86-64
run-name: ubuntu18 x86-64

# make GHA actions use node16 which still works with bionic
# See https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
# Unclear how long this will work though
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: "node16"
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: "node16"

on:
push:
Expand All @@ -21,8 +26,7 @@ jobs:
options: --volume ${{ github.workspace }}:/workspace/${{ github.repository }}
steps:
- name: Check out repository code
uses: actions/checkout@v3

uses: actions/checkout@v2
- name: Install
env:
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit 4a3ad06

Please sign in to comment.