Skip to content

Commit 6bad6b2

Browse files
authored
update setup-github
1 parent 501e9ae commit 6bad6b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/regression.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616

17-
- uses: ghdl/setup-ghdl-ci@nightly
17+
- uses: ghdl/setup-ghdl@v1
1818
with:
19+
version: nighly
1920
backend: llvm
2021

2122
- name: Set env for project

0 commit comments

Comments
 (0)