mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Go back to using latest Ubuntu in github actions.
This commit is contained in:
parent
f2af703240
commit
45f46c6e43
2
.github/workflows/checkdocs.yml
vendored
2
.github/workflows/checkdocs.yml
vendored
@ -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-16.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
|
@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,350];
|
||||
BOSL_VERSION = [2,0,351];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user