fix ci.yaml unviversal image
All checks were successful
Java CI / build (push) Successful in 15s

This commit is contained in:
fly6516 2024-12-20 14:39:29 +08:00
parent fd071a9a5f
commit 84a89f5822

View File

@ -12,7 +12,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: mrc.microsoft.com/devcontainers/universal:linux # 使用带有 JDK 17 的 Docker 镜像 image: mcr.microsoft.com/vscode/devcontainers/universal:linux # 使用带有 JDK 17 的 Docker 镜像
steps: steps:
# - name: Check Version #Docker # - name: Check Version #Docker