Skip to content

Commit e4d330b

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 7f771e1 commit e4d330b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/base-package-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
package-tests:
2020
name: Package Tests
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-24.04
2222
strategy:
2323
matrix:
2424
type: ${{ fromJSON(inputs.type) }}
@@ -36,7 +36,7 @@ jobs:
3636

3737
create-issue:
3838
name: Create GitHub Issue
39-
runs-on: ubuntu-22.04
39+
runs-on: ubuntu-24.04
4040
needs: [package-tests]
4141
if: failure() && inputs.issue-on-failure == 'true'
4242
steps:

0 commit comments

Comments
 (0)