1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-23 13:06:17 +02:00

Bumping up @actions/cache version to 1.0.8 (#682)

* bumping up @actions/cache version to 1.0.8
* Remove ubuntu-16.04
This commit is contained in:
Aparna Ravindra 2021-11-23 08:44:41 +05:30 committed by GitHub
parent 67b6d52d50
commit eb0698d1c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 43046 additions and 46836 deletions

View file

@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-16.04, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
@ -52,7 +52,7 @@ jobs:
test-save:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-16.04, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
@ -75,7 +75,7 @@ jobs:
needs: test-save
strategy:
matrix:
os: [ubuntu-latest, ubuntu-16.04, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps: