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.
1 parent 08232fd commit cf3875cCopy full SHA for cf3875c
.github/workflows/push.yaml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
push:
10
if: "! contains(github.ref, 'refs/tags/')"
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
12
env:
13
GENENV_FILE: ./config/genenv.ci.sh
14
steps:
.github/workflows/release.yaml
@@ -4,7 +4,7 @@ on:
4
types: ["published"]
5
6
release:
7
- runs-on: ubuntu-latest
- uses: cachix/install-nix-action@v24
- name: Check out repository code
0 commit comments