Skip to content

Commit

Permalink
[ci] adjust GHDL, #2
Browse files Browse the repository at this point in the history
  • Loading branch information
akaeba committed Jan 18, 2025
1 parent 5e18b61 commit 55b2845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
GHDL_OPTS: "--std=93c --ieee=synopsys --time-resolution=ps --workdir=./sim/work"
steps:
- uses: actions/checkout@v1
- uses: ghdl/setup-ghdl-ci@nightly
- uses: ghdl/setup-ghdl@v1
with:
version: nightly
backend: mcode
- name: Prepare
run: |
Expand Down

0 comments on commit 55b2845

Please sign in to comment.