Skip to content

Commit 2aa63b1

Browse files
authored
Bump workflows to Ubuntu 26.04 (#178)
1 parent 1da42ef commit 2aa63b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
continuous-integration:
13-
runs-on: ubuntu-24.04
13+
runs-on: ubuntu-26.04
1414
steps:
1515
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1616

.github/workflows/smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
55
jobs:
66
test:
77
name: Tests
8-
runs-on: ubuntu-24.04
8+
runs-on: ubuntu-26.04
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0

0 commit comments

Comments
 (0)