Skip to content

Commit 3e5f3b1

Browse files
committed
Add Ubuntu 24.04 to GitHub Actions
1 parent ae67f6d commit 3e5f3b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bazel.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
matrix:
6565
bazel: [ '6.0.0' ]
6666
go: [ '1.17' ]
67-
os: [ 'macos-13', 'ubuntu-22.04' ]
67+
os: [ 'macos-13', 'ubuntu-24.04', 'ubuntu-22.04' ]
6868
runs-on: ${{ matrix.os }}
6969
name: Bazel ${{ matrix.bazel }} and Go ${{ matrix.go }} on ${{ matrix.os }}
7070
env:

.github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858
matrix:
5959
go: [ '1.22', '1.21', '1.20', '1.19', '1.18' ]
60-
os: [ 'macos-13', 'ubuntu-22.04' ]
60+
os: [ 'macos-13', 'ubuntu-24.04', 'ubuntu-22.04' ]
6161
runs-on: ${{ matrix.os }}
6262
name: Go ${{ matrix.go }} on ${{ matrix.os }}
6363
steps:

.github/workflows/node.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
node: [ '20', '18' ]
54-
os: [ 'macos-13', 'ubuntu-22.04' ]
54+
os: [ 'macos-13', 'ubuntu-24.04', 'ubuntu-22.04' ]
5555
runs-on: ${{ matrix.os }}
5656
name: Node ${{ matrix.node }} on ${{ matrix.os }}
5757
steps:

0 commit comments

Comments
 (0)