We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bd447 commit 7aab457Copy full SHA for 7aab457
.github/workflows/CI.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- runs-on: 'ubuntu-22.04'
+ runs-on: 'ubuntu-24.04'
12
13
steps:
14
- uses: actions/checkout@v4
.github/workflows/release.yml
@@ -10,7 +10,7 @@ permissions: write-all
release:
name: Release
15
- name: Checkout Repo
16
uses: actions/checkout@v4
0 commit comments