Skip to content

Commit 64ba365

Browse files
committed
Upgrade runner
1 parent 588092b commit 64ba365

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linux/build/tools/99-runner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euxo pipefail
33

44
KUBE_AGENT_VERSION=git-c9084cddb8
5-
RUNNER_VERSION=2.313.0
5+
RUNNER_VERSION=2.315.0
66

77
curl -L https://github.com/oras-project/oras/releases/download/v0.13.0/oras_0.13.0_linux_amd64.tar.gz | \
88
tar -xzC /tmp oras

macOS/volumes.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $(BUILD_ROOT)/volumes/xcodes.dmg: .build-root $(BUILD_ROOT)/volumes/xcodes.spars
5757
hdiutil resize -sectors min $(BUILD_ROOT)/volumes/xcodes.sparseimage
5858
hdiutil convert -ov -format UDRW -o $(BUILD_ROOT)/volumes/xcodes.dmg $(BUILD_ROOT)/volumes/xcodes.sparseimage
5959

60-
RUNNER_VER?=2.313.0
60+
RUNNER_VER?=2.315.0
6161

6262
.PHONY: $(BUILD_ROOT)/volumes/runner.dmg
6363
$(BUILD_ROOT)/volumes/runner.dmg: .build-root $(BUILD_ROOT)/assets/actions-runner

0 commit comments

Comments
 (0)