CI action update. Back to ubuntu-latest again. No code changes. (0.39.15)
This commit is contained in:
parent
b5ff0d5f5c
commit
624d4ff1e7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cmake-ubuntu-latest.yml
vendored
4
.github/workflows/cmake-ubuntu-latest.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: CMake for Fun on Ubuntu-Slim
|
||||
name: CMake for Fun on Ubuntu-Latest
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -9,7 +9,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-slim
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ${{github.workspace}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue