Updated Isabelle version.

This commit is contained in:
Achim D. Brucker 2021-12-23 20:39:09 +00:00
parent 76b983012d
commit 87794eef79
1 changed files with 1 additions and 1 deletions

2
.ci/Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'docker run -v $PWD/:/WORKING logicalhacking:isabelle2019 isabelle build -D /WORKING'
sh 'docker run -v $PWD/:/WORKING logicalhacking:isabelle2020-1 isabelle build -D /WORKING'
}
}
}