Skip to content

Commit

Permalink
Update runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kiootic committed Oct 3, 2023
1 parent 40e35c5 commit 7cbf262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux/build/tools/99-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion macOS/volumes.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cbf262

Please sign in to comment.