From 5081a0c12fa05c47763277e546183c43675d7538 Mon Sep 17 00:00:00 2001 From: Birgit Hassler <33543691+hb326@users.noreply.github.com> Date: Tue, 13 May 2025 16:29:11 +0200 Subject: [PATCH 1/2] Update 00-introduction.md Update the introduction tutorial to be compatible with version 2.12. --- _episodes/00-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/00-introduction.md b/_episodes/00-introduction.md index 346bc3d8..ba5957ff 100644 --- a/_episodes/00-introduction.md +++ b/_episodes/00-introduction.md @@ -2,7 +2,7 @@ title: "Introduction" teaching: 5 exercises: 10 -compatibility: ESMValTool v2.11.0 +compatibility: ESMValTool v2.12.0 questions: - What is ESMValTool? From a742d4cfed33f4f386381964d5eb2369b9f4f534 Mon Sep 17 00:00:00 2001 From: Birgit Hassler <33543691+hb326@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:31:29 +0200 Subject: [PATCH 2/2] Update build-check-tutorial-site.yml --- .github/workflows/build-check-tutorial-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-check-tutorial-site.yml b/.github/workflows/build-check-tutorial-site.yml index 0450d25e..7eca32f1 100644 --- a/.github/workflows/build-check-tutorial-site.yml +++ b/.github/workflows/build-check-tutorial-site.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v2 - name: Setup Ruby