diff --git a/.github/workflows/checkdocs.yml b/.github/workflows/checkdocs.yml index 428c365..2a1bc5d 100644 --- a/.github/workflows/checkdocs.yml +++ b/.github/workflows/checkdocs.yml @@ -11,7 +11,7 @@ jobs: # This workflow contains a single job called "gendocs" CheckDocs: # 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: @@ -37,7 +37,7 @@ jobs: run: sudo pip3 install Pillow - name: Install OpenSCAD - run: sudo snap install openscad + run: sudo apt-get install openscad - name: Generating Docs run: | diff --git a/version.scad b/version.scad index 4cd20ba..127c0ca 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,347]; +BOSL_VERSION = [2,0,348]; // Section: BOSL Library Version Functions