Skip to content

Commit

Permalink
Revert "1st try on CentOS"
Browse files Browse the repository at this point in the history
This reverts commit 5fe5da8.
  • Loading branch information
flomnes committed Apr 28, 2022
1 parent 5fe5da8 commit 89f8204
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/generate-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,12 @@ jobs:
asset_content_type: application/octet-stream

generation:
runs-on: $ {{matrix.runner }}
container: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
needs: [release, matrix]
strategy:
matrix:
batch: ${{ fromJson(needs.matrix.outputs.batches) }}
include:
- os: windows-2022
runner: windows-latest
- os: ubuntu-20.04
runner: ubuntu-latest
- os: antaresrte/rte-antares:centos7-simulator
runner: ubuntu-latest
os: [ubuntu-20.04, windows-2022]

steps:
- name: Checkout SimTest
Expand Down

0 comments on commit 89f8204

Please sign in to comment.