Skip to content

Commit b8cefdb

Browse files
Fix CI runner version
1 parent 4111ef9 commit b8cefdb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.fernignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ src/axiomatic/client.py
44
src/axiomatic/document_helpers.py
55
src/axiomatic/magic.py
66
src/axiomatic/pic_helpers.py
7-
src/axiomatic/axtract/
7+
src/axiomatic/axtract/
8+
.github/workflows/ci.yml

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ci
33
on: [push]
44
jobs:
55
compile:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout repo
99
uses: actions/checkout@v3

0 commit comments

Comments
 (0)