Update Linux build to 115.14.0esr
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run

This commit is contained in:
Dan Stillman 2024-08-27 01:07:21 -04:00
parent 3017770954
commit d1a82af43c

View file

@ -2,7 +2,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Version of Gecko to build with
GECKO_VERSION_MAC="115.9.1esr"
GECKO_VERSION_LINUX="115.9.1esr"
GECKO_VERSION_LINUX="115.14.0esr"
GECKO_VERSION_WIN="115.14.0esr"
RUST_VERSION=1.69.0