瀏覽代碼

Upgrade to Ubuntu 22.04 for CI

master
ooxi 1 年之前
父節點
當前提交
2e1a10b260
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      .github/workflows/ci.yaml
  2. +1
    -1
      .mc/ubuntu:22.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:20.04 .mc/rebuild.sh
run: npx --package mini-cross@0.15.2 mc --no-tty ubuntu:22.04 .mc/rebuild.sh


.mc/ubuntu:20.04.yaml → .mc/ubuntu:22.04.yaml 查看文件

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

Loading…
取消
儲存