diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4448d18..2cf2e42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: # This workflow contains a single job called "parse" parse: runs-on: ubuntu-latest - container: openmodelica/moparser:3.6 + container: openmodelica/moparser # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout