Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit f824d02

Browse files
committed
Now bump it in all checks
1 parent ce19543 commit f824d02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
libsecret-1-dev \
4444
dbus-x11 \
4545
python-gnomekeyring
46-
if: ${{ matrix.os == 'ubuntu-16.04' }}
46+
if: ${{ matrix.os == 'ubuntu-20.04' }}
4747
name: Install additional dependencies
4848
4949
# This step can be removed as soon as official Windows arm64 builds are published:
@@ -71,19 +71,19 @@ jobs:
7171
echo "Create a test key using script..."
7272
python -c "import gnomekeyring;gnomekeyring.create_sync('login', '');"
7373
npm test
74-
if: ${{ matrix.os == 'ubuntu-16.04' }}
74+
if: ${{ matrix.os == 'ubuntu-20.04' }}
7575
name: Run tests (Linux)
7676
7777
- run: npm test
78-
if: ${{ matrix.os != 'ubuntu-16.04' }}
78+
if: ${{ matrix.os != 'ubuntu-20.04' }}
7979
name: Run tests (Windows/macOS)
8080

8181
- run: npm run prebuild-napi-x64
8282
name: Prebuild (x64)
8383

8484
- run: npm run prebuild-napi-arm64
8585
name: Prebuild (arm64)
86-
if: ${{ matrix.os != 'ubuntu-16.04' }}
86+
if: ${{ matrix.os != 'ubuntu-20.04' }}
8787

8888
- run: npm run prebuild-napi-ia32
8989
if: ${{ matrix.os == 'windows-latest' }}
@@ -95,7 +95,7 @@ jobs:
9595
docker run --rm -v ${PWD}:/project node-keytar/i386 /bin/bash -c "cd /project && npm run prebuild-napi-ia32 && rm -rf build"
9696
docker build -t node-keytar/arm64-cross-compile docker/arm64-cross-compile
9797
docker run --rm -v ${PWD}:/project node-keytar/arm64-cross-compile /bin/bash -c "cd /project && npm run prebuild-napi-arm64"
98-
if: ${{ matrix.os == 'ubuntu-16.04' }}
98+
if: ${{ matrix.os == 'ubuntu-20.04' }}
9999
name: Prebuild (Linux x86 + ARM64)
100100
101101
- run: |

0 commit comments

Comments
 (0)