We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc220b commit b52e5f3Copy full SHA for b52e5f3
3 files changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
publish-to-pypi:
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
14
steps:
15
- name: Checkout Elementary
16
uses: actions/checkout@v4
.github/workflows/test-github-action.yml
@@ -22,7 +22,7 @@ env:
22
23
24
test:
25
26
defaults:
27
run:
28
working-directory: elementary
.github/workflows/test-warehouse.yml
@@ -76,7 +76,7 @@ env:
76
77
78
79
80
81
82
0 commit comments