Skip to content

Commit f00c704

Browse files
ci: Update runners image to ubuntu-24.04
Previously used ubuntu-20.04 will be deprecated by 1.4.2025. actions/runner-images#11101
1 parent 57bcf04 commit f00c704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-docu:
1212
name: Build Doxygen documentation
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: mattnotmitt/doxygen-action@v1.9.5

.github/workflows/squareline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
create-squareline-packages:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Generate the packages
@@ -23,7 +23,7 @@ jobs:
2323
path: SquareLine/out_dir/espressif/
2424

2525
update-release:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
needs: [ create-squareline-packages ]
2828
steps:
2929
- name: Download artifacts

0 commit comments

Comments
 (0)