Skip to content

Commit 759c476

Browse files
authored
Merge pull request #71 from tsoding/update-ubuntu-ci
Update ubuntu CI
2 parents 2993903 + 563b2fc commit 759c476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build-linux-gcc:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: install dependencies
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
CC: gcc
2121
build-linux-clang:
22-
runs-on: ubuntu-18.04
22+
runs-on: ubuntu-22.04
2323
steps:
2424
- uses: actions/checkout@v1
2525
- name: install dependencies

0 commit comments

Comments
 (0)