Skip to content

Commit

Permalink
build.yaml: switch to r1beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
korli authored Dec 12, 2024
1 parent 8344d12 commit 5598daa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
config:
# The OS versions supported are specific to the version of the action
# https://github.com/cross-platform-actions/action/blob/master/changelog.md
- { os: haiku, version: 'r1beta4', runner: 'ubuntu-latest', architecture: 'x86-64' }
- { os: haiku, version: 'r1beta4', runner: 'ubuntu-latest', architecture: 'x86' }
- { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86-64' }
- { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86' }

steps:
- uses: actions/checkout@v4

- uses: korli/action@v0.23.0-haiku
- uses: korli/action@v0.25.0-haiku1
with:
operating_system: ${{ matrix.config.os }}
version: ${{ matrix.config.version }}
Expand Down

0 comments on commit 5598daa

Please sign in to comment.