We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b2f01f + 854f19b commit 2b9ef44Copy full SHA for 2b9ef44
1 file changed
.github/workflows/ci.yml
@@ -17,17 +17,17 @@ jobs:
17
matrix:
18
os:
19
- windows-2019
20
- - macos-10.15
21
- - ubuntu-18.04
+ - macos-12
+ - ubuntu-22.04
22
runs-on: ${{ matrix.os }}
23
steps:
24
- run: git config --global core.autocrlf false
25
26
- name: Get sources
27
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
28
29
- name: Cache Deps
30
- uses: actions/cache@v2
+ uses: actions/cache@v4
31
with:
32
path: ./third_party/*
33
key: ${{ runner.os }}-${{ github.workspace }}-deps-${{ hashFiles('./third_party/*') }}
@@ -37,7 +37,7 @@ jobs:
37
- run: make test
38
39
- name: Upload artifact
40
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
41
42
name: objectbox-generator-${{ runner.os }}
43
path: objectbox-generator*
0 commit comments