Skip to content

Commit 1b2b68c

Browse files
authored
Bump workflows to Ubuntu 26.04 (#3157)
1 parent 0955123 commit 1b2b68c

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check-formatting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
go-version: [1.26.x]
19-
os: [ubuntu-24.04, windows-2025, macOS-latest]
19+
os: [ubuntu-26.04, windows-2025, macOS-latest]
2020
test-arch: [amd64]
2121
race: ["-race"]
2222

2323
include:
2424
- go-version: 1.26.x
2525
test-arch: "386"
26-
os: ubuntu-24.04
26+
os: ubuntu-26.04
2727
race: ""
2828
- go-version: 1.26.x
2929
test-arch: "386"

.github/workflows/exercise-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
go-version: [1.26.x]
19-
os: [ubuntu-24.04, windows-2025, macOS-latest]
19+
os: [ubuntu-26.04, windows-2025, macOS-latest]
2020
test-arch: [amd64]
2121
race: ["-race"]
2222

2323
include:
2424
- go-version: 1.26.x
2525
test-arch: "386"
26-
os: ubuntu-24.04
26+
os: ubuntu-26.04
2727
race: ""
2828
- go-version: 1.26.x
2929
test-arch: "386"

.github/workflows/gotools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
check:
1212
name: gotools check
13-
runs-on: ubuntu-24.04
13+
runs-on: ubuntu-26.04
1414

1515
steps:
1616
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

.github/workflows/stub-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
go-version: [1.26.x]
19-
os: [ubuntu-24.04, windows-2025, macOS-latest]
19+
os: [ubuntu-26.04, windows-2025, macOS-latest]
2020
test-arch: [amd64]
2121
race: ["-race"]
2222

2323
include:
2424
- go-version: 1.26.x
2525
test-arch: "386"
26-
os: ubuntu-24.04
26+
os: ubuntu-26.04
2727
race: ""
2828
- go-version: 1.26.x
2929
test-arch: "386"

0 commit comments

Comments
 (0)