Skip to content

Commit

Permalink
GHA, attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Jul 12, 2024
1 parent b8030a4 commit 6815ec0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: codegen
on:
- push
- pull_request

jobs:
install-pspamm:
name: install-pspamm
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: apt-get
run: |
Expand Down Expand Up @@ -40,7 +41,7 @@ jobs:
pspamm-codegen-avx:
name: pspamm-codegen-avx
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: install-pspamm
steps:
- name: apt-get
Expand Down Expand Up @@ -78,7 +79,7 @@ jobs:
pspamm-codegen-avx512:
name: pspamm-codegen-avx512
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: install-pspamm
steps:
- name: apt-get
Expand Down Expand Up @@ -116,7 +117,7 @@ jobs:
pspamm-codegen-aarch64:
name: pspamm-codegen-aarch64
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: install-pspamm
steps:
- name: apt-get
Expand Down Expand Up @@ -154,7 +155,7 @@ jobs:
pspamm-codegen-armsve:
name: pspamm-codegen-armsve
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: install-pspamm
# include vector lengths for SVE manually (for now)
strategy:
Expand Down

0 comments on commit 6815ec0

Please sign in to comment.