Skip to content

Commit ee4128f

Browse files
authored
fix(ci): use Ubuntu 22.04 (#703)
1 parent 3a16108 commit ee4128f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ concurrency:
3939

4040
jobs:
4141
ubuntu:
42+
# TODO use ubuntu-latest
4243
name: Ubuntu 22.04 C++
43-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-22.04
4445
if: ${{ !contains(github.event.pull_request.title, 'WIP') && !github.event.pull_request.draft }}
4546
env:
4647
GAR_TEST_DATA: ${{ github.workspace }}/graphar-testing/

0 commit comments

Comments
 (0)