Explorar el Código

Update CI to Ubuntu 20.04

master
ooxi hace 3 años
padre
commit
db3e166cf8
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      .github/workflows/ci.yaml
  2. +1
    -1
      .mc/ubuntu:20.04.yaml

+ 1
- 1
.github/workflows/ci.yaml Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar