Skip to content

Commit e35f1ce

Browse files
committed
Build on Ubuntu 26.04 too
1 parent c8dd314 commit e35f1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-15-intel, macos-14, windows-2022, windows-11-arm ]
80+
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-26.04, ubuntu-22.04-arm, ubuntu-24.04-arm, ubuntu-26.04-arm, macos-15-intel, macos-14, windows-2022, windows-11-arm ]
8181
runs-on: ${{ matrix.os }}
8282
outputs:
8383
commit: ${{ steps.latest_commit.outputs.commit }}

0 commit comments

Comments
 (0)