File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
# https://github.com/cross-platform-actions/action/blob/master/changelog.md
16
16
- { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86-64' }
17
17
- { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86' }
18
- - { os: haiku, version: 'hrev58647 ', runner: 'ubuntu-latest', architecture: 'x86-64' }
19
- - { os: haiku, version: 'hrev58647 ', runner: 'ubuntu-latest', architecture: 'x86' }
18
+ - { os: haiku, version: 'nightly ', runner: 'ubuntu-latest', architecture: 'x86-64' }
19
+ - { os: haiku, version: 'nightly ', runner: 'ubuntu-latest', architecture: 'x86' }
20
20
21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
24
- - uses : korli/action@v0.25.0-haiku2
24
+ - uses : korli/action@v0.25.0-haiku3
25
25
with :
26
26
operating_system : ${{ matrix.config.os }}
27
27
version : ${{ matrix.config.version }}
You can’t perform that action at this time.
0 commit comments