File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22set -euxo pipefail
33
44KUBE_AGENT_VERSION=git-c9084cddb8
5- RUNNER_VERSION=2.323 .0
5+ RUNNER_VERSION=2.326 .0
66
77curl -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
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
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.323 .0
60+ RUNNER_VER? =2.326 .0
6161
6262.PHONY : $(BUILD_ROOT ) /volumes/runner.dmg
6363$(BUILD_ROOT ) /volumes/runner.dmg : .build-root $(BUILD_ROOT ) /assets/actions-runner
You can’t perform that action at this time.
0 commit comments