Skip to content

Commit f55bb17

Browse files
authored
Merge pull request #15 from andrewbird/ci-1
Ci 1
2 parents 7177d3a + 9854adb commit f55bb17

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
pull_request:
44
types:
55
- opened
6-
- edited
76
- ready_for_review
87
- reopened
98
- synchronize
@@ -13,11 +12,11 @@ jobs:
1312
build:
1413
if: contains(github.event.head_commit.message, '[skip ci]') == false
1514

16-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1716

1817
steps:
1918
- name: Checkout repository and submodules
20-
uses: actions/checkout@v3
19+
uses: actions/checkout@v6
2120
with:
2221
submodules: recursive
2322

kitten

Submodule kitten updated 1 file

0 commit comments

Comments
 (0)