Skip to content

Commit

Permalink
ci: rename nimvm2 to nimvm
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jun 27, 2023
1 parent dac1454 commit 7dbcf94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
# vm2
- os: linux
cpu: amd64
evmc: nimvm2
evmc: nimvm
# - os: linux
# cpu: i386
# evmc: nimvm2
# evmc: nimvm
- os: windows
cpu: amd64
evmc: nimvm2
evmc: nimvm
- os: macos
cpu: amd64
evmc: nimvm2
evmc: nimvm
include:
- target:
os: linux
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/simulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ jobs:
with:
delete_release: true
tag_name: sim-stat
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Simulators results
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 7dbcf94

Please sign in to comment.