Skip to content

Commit

Permalink
ci: Fix ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Jun 30, 2023
1 parent 58ebed0 commit b0df59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 5.0.0.beta1.{build}-{branch}
image:
- Visual Studio 2022
- macos-monterey
- Ubuntu2204
- Ubuntu2004

clone_depth: 1

Expand Down Expand Up @@ -60,7 +60,7 @@ for:

- matrix:
only:
- image: Ubuntu2204
- image: Ubuntu2004

init:
- sh: export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
Expand Down

0 comments on commit b0df59e

Please sign in to comment.