Skip to content

Commit ae7e469

Browse files
committed
Update to Ubuntu 24.04 runner because of 20.04 deprecation
1 parent f232dec commit ae7e469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-spec-on-pr-in-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
build-spec:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- name: 'Checkout'
1010
uses: actions/checkout@v3

.github/workflows/build-spec-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
build-spec:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- name: Checkout repo
1010
uses: actions/checkout@v3

0 commit comments

Comments
 (0)