Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Dec 18, 2024
1 parent 2ebf3c3 commit 1707bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
cp cortex-tenant .debpkg/usr/sbin
cp deploy/cortex-tenant.deb.service .debpkg/etc/systemd/system/cortex-tenant.service
cp deploy/cortex-tenant.env .debpkg/etc/default/cortex-tenant
cp deploy/after-install.sh .debpkg/DEBIAN/postinst
cp deploy/after_install.sh .debpkg/DEBIAN/postinst
chmod +x .debpkg/DEBIAN/postinst
- name: Create RPM package root
Expand Down

0 comments on commit 1707bdd

Please sign in to comment.