Skip to content

Commit 9f2d53a

Browse files
committed
Fixed release job using deprecated image.
1 parent a86c486 commit 9f2d53a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
path: /tmp/zips/replanetizer-${{needs.build_linux.outputs.release_name}}-osx-x64.zip
100100

101101
release:
102-
runs-on: ubuntu-20.04
102+
runs-on: ubuntu-24.04
103103
needs: [build_linux, build_windows, build_macos]
104104
if: github.ref == 'refs/heads/master'
105105
steps:

0 commit comments

Comments
 (0)