diff options
author | Lorenz <lo.scherf@gmail.com> | 2022-08-15 10:19:40 +0200 |
---|---|---|
committer | Lorenz <lo.scherf@gmail.com> | 2022-08-15 10:19:40 +0200 |
commit | ab9cd9f100142edf59ade649b995e8a88943cce9 (patch) | |
tree | 9c043f050449fe3ef4cc51432fb23382c21fa85d | |
parent | 9859ca6ecc722c9734f747ef72dba0c7688b963c (diff) | |
download | skyhanni-ab9cd9f100142edf59ade649b995e8a88943cce9.tar.gz skyhanni-ab9cd9f100142edf59ade649b995e8a88943cce9.tar.bz2 skyhanni-ab9cd9f100142edf59ade649b995e8a88943cce9.zip |
fix github workflow name
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ddf80b35..66466c72e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 1.8 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: java-version: 17 |