Skip to content

Commit fd6b9cc

Browse files
committed
Update worflow
1 parent c7f660b commit fd6b9cc

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/snapshot-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109

110110
build-macos-arm64:
111-
runs-on: macos-14-arm64
111+
runs-on: macos-15-arm64
112112
permissions:
113113
contents: read
114114
packages: write

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ This project will soon be available on Maven Central:
110110
```
111111
The `ceffx.classifier` uses the same values as the OpenJFX classifiers:
112112

113-
* linux (built using the `ubuntu-22.04` GitHub runner)
114-
* win (built using the `windows-2022` GitHub runner)
115-
* mac (built using the `macos-15-intel` GitHub runner)
116-
* mac-aarch64 (built using the `macos-14-arm64` GitHub runner)
113+
* linux (built using the `ubuntu-22.04` runner)
114+
* win (built using the `windows-2022` runner)
115+
* mac (built using the `macos-15-intel` runner)
116+
* mac-aarch64 (built using the `macos-15-arm64` runner)
117117

118-
Note that Maven can determine the `classifier` using a `profile`. See an example in the demo [pom.xml](java/ceffx-demo/pom.xml).
118+
Note that Maven can set the `classifier` using a `profile`. See an example in the demo [pom.xml](java/ceffx-demo/pom.xml).
119119

120120
To use snapshot versions, add our repository:
121121

@@ -182,7 +182,7 @@ CEFFX provides prebuilt native libraries, making it easy to integrate CEF into a
182182
to compile it from source. This section describes all the steps required to set it up.
183183

184184
1. Download the minimal CEF distribution from [CEF](https://cef-builds.spotifycdn.com/index.html) version
185-
`146.0.10+g8219561+chromium-146.0.7680.179`. Use the Version Filter to locate the correct version. Please note that
185+
`146.0.10+g8219561+chromium-146.0.7680.179`. Use the `Version Filter` to locate the correct version. Please note that
186186
other versions will not work, as CEFFX includes a built-in version check.
187187
2. Create a directory on your system, for example: `/foo/cef`.
188188
3. Copy the `contents` of the `Release` folder from the archive into `/foo/cef`.
@@ -205,7 +205,7 @@ resources.pak
205205
v8_context_snapshot.bin
206206
vk_swiftshader_icd.json
207207
```
208-
5. Add the dependencies to your JavaFX project as described in the [Dependencies](#dependencies) section.
208+
5. Add the dependencies to your JavaFX project as described in the [dependencies](#dependencies) section.
209209
6. On the first run, you need to extract the native binaries from the `ceffx-natives` module into `/foo/cef`.
210210
Use `NativeExtractor` provided by the `ceffx-natives` module.
211211
7. Set the system property: `-Djava.library.path=/foo/cef`

0 commit comments

Comments
 (0)