Skip to content

Commit 785e387

Browse files
committed
Use ubuntu-latest in workflows
1 parent d81c830 commit 785e387

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ jobs:
186186
- python: '3.14'
187187
python_spec: '3.14.* *_cp314'
188188
experimental: false
189-
runner: ubuntu-22.04
189+
runner: ubuntu-latest
190190
- python: '3.14'
191191
python_spec: '3.14.* *_cp314t'
192192
experimental: false
193-
runner: ubuntu-22.04
193+
runner: ubuntu-latest
194194
experimental: [false]
195195
runner: [ubuntu-latest]
196196
continue-on-error: ${{ matrix.experimental }}

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: read-all
99
jobs:
1010
install-compiler:
1111
name: Build with nightly build of DPC++ toolchain
12-
runs-on: ubuntu-24.04
12+
runs-on: ubuntu-latest
1313
timeout-minutes: 90
1414

1515
env:

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pre-commit:
1212
name: pre-commit
1313

14-
runs-on: ubuntu-24.04
14+
runs-on: ubuntu-latest
1515
timeout-minutes: 30
1616

1717
steps:

0 commit comments

Comments
 (0)