Skip to content

Commit 01aec00

Browse files
committed
chore: upgrade Ubuntu version to use a non-deprecated one
CI is failing due to a deprecated Ubuntu version (20.4). See actions/runner-images#11101 for more details.
1 parent 9ab9382 commit 01aec00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
jobs:
77
generate-language-bindings:
88
name: Generate Language Bindings
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
steps:
11-
# By default, when you use actions/checkout on a PR, it will checkout the
12-
# head commit in a detached head state. If you want to make some changes,
11+
# By default, when you use actions/checkout on a PR, it will checkout the
12+
# head commit in a detached head state. If you want to make some changes,
1313
# you have to checkout the branch the PR is coming from in the head repo.
1414
#
1515
# https://github.com/EndBug/add-and-commit#working-with-prs
@@ -29,7 +29,7 @@ jobs:
2929
push: false
3030
context: .
3131
cache-from: type=gha
32-
cache-to: type=gha,mode=max
32+
cache-to: type=gha,mode=max
3333
outputs: |
3434
type=local,dest=${{ runner.temp }}/docker-build
3535
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)