Skip to content

Commit 2a7a149

Browse files
author
Alexander Batashev
authored
[CI] Explicitly specify Ubuntu 18.04 in GitHub Actions config (#3292)
1 parent f59c54b commit 2a7a149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_post_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- sycl
77
jobs:
88
check:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-18.04
1010
strategy:
1111
fail-fast: false
1212
matrix:

0 commit comments

Comments
 (0)