From 7cbf26213d59bd1319e0fc422cf01a71f2a34172 Mon Sep 17 00:00:00 2001 From: kiootic Date: Tue, 3 Oct 2023 10:12:58 +0800 Subject: [PATCH] Update runner --- linux/build/tools/99-runner.sh | 2 +- macOS/volumes.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/build/tools/99-runner.sh b/linux/build/tools/99-runner.sh index a58c208..9471505 100755 --- a/linux/build/tools/99-runner.sh +++ b/linux/build/tools/99-runner.sh @@ -2,7 +2,7 @@ set -euxo pipefail KUBE_AGENT_VERSION=git-c9084cddb8 -RUNNER_VERSION=2.308.0 +RUNNER_VERSION=2.309.0 curl -L https://github.com/oras-project/oras/releases/download/v0.13.0/oras_0.13.0_linux_amd64.tar.gz | \ tar -xzC /tmp oras diff --git a/macOS/volumes.mk b/macOS/volumes.mk index d3b09f1..65e8204 100644 --- a/macOS/volumes.mk +++ b/macOS/volumes.mk @@ -64,7 +64,7 @@ $(BUILD_ROOT)/volumes/xcodes.dmg: .build-root $(BUILD_ROOT)/volumes/xcodes.spars hdiutil resize -sectors min $(BUILD_ROOT)/volumes/xcodes.sparseimage hdiutil convert -ov -format UDRW -o $(BUILD_ROOT)/volumes/xcodes.dmg $(BUILD_ROOT)/volumes/xcodes.sparseimage -RUNNER_VER?=2.308.0 +RUNNER_VER?=2.309.0 .PHONY: $(BUILD_ROOT)/volumes/runner.dmg $(BUILD_ROOT)/volumes/runner.dmg: .build-root $(BUILD_ROOT)/assets/actions-runner