Skip to content

Commit d7c3536

Browse files
committed
Change CI to use Ubuntu 26.04
1 parent bd22934 commit d7c3536

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
os: [ubuntu-24.04]
28+
os: [ubuntu-26.04]
2929
pg_major: [18, 17, 16, 15, 14, 13]
3030
config: [Release]
3131
include:
3232
- os: windows-2022
3333
pg_major: 17
3434
config: Release
35-
- os: ubuntu-24.04
35+
- os: ubuntu-26.04
3636
pg_major: 18
3737
config: Debug
38-
# - os: ubuntu-24.04
38+
# - os: ubuntu-26.04
3939
# pg_major: 19
4040
# config: Debug
4141
# pg_prerelease: 'PG Prerelease'
@@ -133,7 +133,7 @@ jobs:
133133
134134
publish-ci:
135135
needs: build
136-
runs-on: ubuntu-24.04
136+
runs-on: ubuntu-26.04
137137
if: github.event_name == 'push' && startsWith(github.repository, 'npgsql/')
138138
environment: myget
139139

@@ -165,7 +165,7 @@ jobs:
165165

166166
release:
167167
needs: build
168-
runs-on: ubuntu-24.04
168+
runs-on: ubuntu-26.04
169169
if: github.event_name == 'push' && startsWith(github.repository, 'npgsql/') && needs.build.outputs.is_release == 'true'
170170
permissions:
171171
id-token: write # enable GitHub OIDC token issuance for this job

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions: {}
1919
jobs:
2020
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
2121
copilot-setup-steps:
22-
runs-on: ubuntu-24.04
22+
runs-on: ubuntu-26.04
2323

2424
# Install PostgreSQL via a docker container.
2525
# It's better to do this rather than e.g. use a testcontainer, because then the agent can reuse the same container

0 commit comments

Comments
 (0)