Skip to content

Commit cf3875c

Browse files
committed
fix: ci workflows using deprecated ubuntu version
1 parent 08232fd commit cf3875c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
push:
1010
if: "! contains(github.ref, 'refs/tags/')"
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
env:
1313
GENENV_FILE: ./config/genenv.ci.sh
1414
steps:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: ["published"]
55
jobs:
66
release:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: cachix/install-nix-action@v24
1010
- name: Check out repository code

0 commit comments

Comments
 (0)