summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2021-05-02 20:51:27 -0300
committerGitHub <noreply@github.com>2021-05-02 19:51:27 -0400
commit6d485f545a9ccdde866348867eecf2d4e0fbfef4 (patch)
tree6ae30daf287986a6c9a758ec35c177c140540c76
parent78e2d299dffc9508430778fcff1dcaee2c8d39fd (diff)
downloadNim-6d485f545a9ccdde866348867eecf2d4e0fbfef4.tar.gz
CI Update (#17923)
* ReSync with Devel

* ReSync

* https://github.com/actions/virtual-environments#available-environments

* https://github.com/actions/virtual-environments#available-environments
-rw-r--r--.github/workflows/ci_docs.yml2
-rw-r--r--.github/workflows/ci_packages.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml
index dfcff66e0..a62fd12a5 100644
--- a/.github/workflows/ci_docs.yml
+++ b/.github/workflows/ci_docs.yml
@@ -36,7 +36,7 @@ jobs:
         target: [linux, windows, osx]
         include:
           - target: linux
-            os: ubuntu-18.04
+            os: ubuntu-20.04
           - target: windows
             os: windows-2019
           - target: osx
diff --git a/.github/workflows/ci_packages.yml b/.github/workflows/ci_packages.yml
index c6355bbcb..247cd2971 100644
--- a/.github/workflows/ci_packages.yml
+++ b/.github/workflows/ci_packages.yml
@@ -6,7 +6,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-18.04, macos-10.15]
+        os: [ubuntu-20.04, macos-10.15]
         cpu: [amd64]
         batch: ["allowed_failures", "0_3", "1_3", "2_3"] # list of `index_num`
     name: '${{ matrix.os }} (batch: ${{ matrix.batch }})'
@@ -21,7 +21,7 @@ jobs:
           fetch-depth: 2
 
       - name: 'Install node.js 12.x'
-        uses: actions/setup-node@v1
+        uses: actions/setup-node@v2
         with:
           node-version: '12.x'