Skip to content

Commit

Permalink
Fix incorrect image location for aarch64 stress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jan 20, 2025
1 parent e5398b7 commit ff61416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stress-test-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ jobs:
fail-fast: false
matrix:
include:
- image: ponyc-ci-aarch64-unknown-linux-ubuntu24.04-builder:20250118
- image: ghcr.io/ponylang/ponyc-ci-aarch64-unknown-linux-ubuntu24.04-builder:20250118
name: aarch64-unknown-linux-ubuntu24.04 [release]
target: test-stress-release
debugger: lldb
- image: ponyc-ci-aarch64-unknown-linux-ubuntu24.04-builder:20250118
- image: ghcr.io/ponylang/ponyc-ci-aarch64-unknown-linux-ubuntu24.04-builder:20250118
name: aarch64-unknown-linux-ubuntu24.04 [debug]
target: test-stress-debug
debugger: lldb
Expand Down

0 comments on commit ff61416

Please sign in to comment.