Skip to content

Commit e18c753

Browse files
committed
run ci on ubuntu-24.04
1 parent 9991fb0 commit e18c753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [ push, pull_request ]
55
jobs:
66

77
check:
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
steps:
1010

1111
- name: Checkout
@@ -26,7 +26,7 @@ jobs:
2626
release:
2727
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') == true
2828
needs: check
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
steps:
3131

3232
- name: Checkout

0 commit comments

Comments
 (0)