From 88375fd1ebaf78ae3eb44e71834521577000e559 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Mon, 10 Jul 2023 00:18:44 +0200 Subject: [PATCH] CI: Update Ubuntu --- .github/workflows/ci.yml | 4 ++-- .github/workflows/ci.yml.ecr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7acf65d..9cbd94d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ on: - cron: '0 6 * * 6' jobs: job1: - name: 'Ubuntu 18.04: SFML 2.5.1, Crystal nightly' - runs-on: ubuntu-18.04 + name: 'Ubuntu 22.04: SFML 2.5.1, Crystal nightly' + runs-on: ubuntu-22.04 steps: - name: Download CrSFML source uses: actions/checkout@v3 diff --git a/.github/workflows/ci.yml.ecr b/.github/workflows/ci.yml.ecr index 41fc5bd..0533116 100644 --- a/.github/workflows/ci.yml.ecr +++ b/.github/workflows/ci.yml.ecr @@ -14,7 +14,7 @@ on: <% homebrew = "Homebrew" %> <% config = {os_ver: nil, sfml: latest_sfml, crystal: "latest", docker: nil, sfml_pkg: false} %> <% matrix = [ - config.merge(os: ubuntu, os_ver: "18.04", crystal: "nightly"), + config.merge(os: ubuntu, os_ver: "22.04", crystal: "nightly"), config.merge(docker: "crystallang/crystal:0.28.0", os: ubuntu, os_ver: "16.04", sfml_pkg: true, sfml: "2.3.2", crystal: "0.28.0"), config.merge(os: mac), config.merge(os: mac, sfml: homebrew, crystal: homebrew, sfml_pkg: true),