We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f89353 + a742d4c commit bfaa2feCopy full SHA for bfaa2fe
2 files changed
.github/workflows/build-check-tutorial-site.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
build:
9
- runs-on: ubuntu-20.04
+ runs-on: "ubuntu-latest"
10
steps:
11
- uses: actions/checkout@v2
12
- name: Setup Ruby
_episodes/00-introduction.md
@@ -2,7 +2,7 @@
2
title: "Introduction"
3
teaching: 5
4
exercises: 10
5
-compatibility: ESMValTool v2.11.0
+compatibility: ESMValTool v2.12.0
questions:
- What is ESMValTool?
0 commit comments