Commit 64ba365 1 parent 588092b commit 64ba365 Copy full SHA for 64ba365
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
set -euxo pipefail
3
3
4
4
KUBE_AGENT_VERSION=git-c9084cddb8
5
- RUNNER_VERSION=2.313 .0
5
+ RUNNER_VERSION=2.315 .0
6
6
7
7
curl -L https://github.com/oras-project/oras/releases/download/v0.13.0/oras_0.13.0_linux_amd64.tar.gz | \
8
8
tar -xzC /tmp oras
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ $(BUILD_ROOT)/volumes/xcodes.dmg: .build-root $(BUILD_ROOT)/volumes/xcodes.spars
57
57
hdiutil resize -sectors min $(BUILD_ROOT ) /volumes/xcodes.sparseimage
58
58
hdiutil convert -ov -format UDRW -o $(BUILD_ROOT ) /volumes/xcodes.dmg $(BUILD_ROOT ) /volumes/xcodes.sparseimage
59
59
60
- RUNNER_VER? =2.313 .0
60
+ RUNNER_VER? =2.315 .0
61
61
62
62
.PHONY : $(BUILD_ROOT ) /volumes/runner.dmg
63
63
$(BUILD_ROOT ) /volumes/runner.dmg : .build-root $(BUILD_ROOT ) /assets/actions-runner
You can’t perform that action at this time.
0 commit comments