We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b038a6a + 02a908b commit 660379bCopy full SHA for 660379b
3 files changed
.github/workflows/galaxy.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
release:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
11
steps:
12
- name: galaxy
13
uses: robertdebock/galaxy-action@1.2.1
.github/workflows/pre-commit.yml
@@ -9,7 +9,7 @@ on:
pre-commit:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-python@v5
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
name: Test GHA Runner Role
26
environment:
27
name: test
28
- runs-on: ubuntu-22.04
29
strategy:
30
fail-fast: false
31
max-parallel: 5
@@ -69,7 +69,7 @@ jobs:
69
needs: repo
70
71
72
73
74
75
0 commit comments