From f2d26b65134f25ef882073a959d3e8e341897962 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 18 Jun 2020 19:54:37 -0700 Subject: [PATCH] Try action runner with Ubuntu 16.04 --- .github/workflows/generate_docs.yml | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_docs.yml b/.github/workflows/generate_docs.yml index 8749156..d396d27 100644 --- a/.github/workflows/generate_docs.yml +++ b/.github/workflows/generate_docs.yml @@ -11,7 +11,7 @@ jobs: # This workflow contains a single job called "gendocs" gendocs: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-16.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/version.scad b/version.scad index 7af104c..33b9ae3 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,341]; +BOSL_VERSION = [2,0,342]; // Section: BOSL Library Version Functions