Skip to content

Commit e1847d2

Browse files
authored
Test rfc.sh on Ubuntu
1 parent d9cafc2 commit e1847d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests-ubuntu.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
16+
- run: ./share/adapters/rfc.sh
1617
- name: install dependencies
1718
run: pip install --upgrade -r requirements.txt
1819
- name: fetch upstream cheat sheets

0 commit comments

Comments
 (0)