Skip to content

Commit 9afcd18

Browse files
committed
Upgrade Gradle and update GitHub Actions runner
This commit upgrades the Gradle version from 9.1.0 to 8.14.3 in the `gradle-wrapper.properties` file. It also updates the GitHub Actions workflow in `.github/workflows/web.yml` to use `ubuntu-latest` instead of `macos-latest` for the build job.
1 parent 011920c commit 9afcd18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121

2222
jobs:
2323
build:
24-
runs-on: macos-latest
24+
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Thu Sep 25 15:59:30 GET 2025
1+
#Wed Sep 24 03:50:46 GET 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-all.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)