Skip to content

Commit 3bb2ee8

Browse files
enescakireregon
authored andcommitted
Add Ubuntu 26.04 support
GitHub recently launched Ubuntu 26.04 support in public preview. actions/runner-images#14226
1 parent 5f623d3 commit 3bb2ee8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-15-intel, macos-14 ]
13+
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 ]
1414
ruby: [jruby-10.0.6.0]
1515
runs-on: ${{ matrix.os }}
1616
steps:

copy_to_separate_releases.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ def sh(*args, **kwargs)
1616
'ubuntu-22.04-arm64' => 'ubuntu-22.04-arm64',
1717
'ubuntu-24.04' => 'ubuntu-24.04-x64',
1818
'ubuntu-24.04-arm64' => 'ubuntu-24.04-arm64',
19+
'ubuntu-26.04' => 'ubuntu-26.04-x64',
20+
'ubuntu-26.04-arm64' => 'ubuntu-26.04-arm64',
1921
'windows-latest' => 'windows-x64',
2022
'windows-arm64' => 'windows-arm64',
2123
}

0 commit comments

Comments
 (0)