Skip to content

Commit d87fd98

Browse files
authored
chore(linux): runner image set to ubuntu-24.04 (#15)
1 parent 06399a4 commit d87fd98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-jcef.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
java-cef-linux:
9-
runs-on: [ubuntu-20.04]
9+
runs-on: [ubuntu-24.04]
1010
strategy:
1111
matrix:
1212
platform: [amd64, arm64]
@@ -96,7 +96,7 @@ jobs:
9696
jcef_build/macos_${{ matrix.platform }}.tar.gz.sha256
9797
if-no-files-found: error
9898
check-secret:
99-
runs-on: ubuntu-20.04
99+
runs-on: ubuntu-24.04
100100
if: github.ref == 'refs/heads/master'
101101
steps:
102102
- name: Check secret
@@ -111,7 +111,7 @@ jobs:
111111
112112
upload-to-api:
113113
needs: [java-cef-linux, java-cef-windows, java-cef-macos, check-secret]
114-
runs-on: ubuntu-20.04
114+
runs-on: ubuntu-24.04
115115
if: github.ref == 'refs/heads/master'
116116
strategy:
117117
matrix:

0 commit comments

Comments
 (0)