소스 검색

Update CI to Ubuntu 20.04

master
ooxi 3 년 전
부모
커밋
db3e166cf8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      .github/workflows/ci.yaml
  2. +1
    -1
      .mc/ubuntu:20.04.yaml

+ 1
- 1
.github/workflows/ci.yaml 파일 보기

@@ -20,5 +20,5 @@ jobs:
- uses: actions/checkout@v2

- name: Build and TesT
run: npx --package mini-cross@0.15.2 mc --no-tty ubuntu:16.04 .mc/rebuild.sh
run: npx --package mini-cross@0.15.2 mc --no-tty ubuntu:20.04 .mc/rebuild.sh


.mc/ubuntu:16.04.yaml → .mc/ubuntu:20.04.yaml 파일 보기

@@ -1,5 +1,5 @@
---
base: ubuntu:16.04
base: ubuntu:20.04
install:
- cmake
- g++

불러오는 중...
취소
저장