From e2a0240631d5fe141df132c66b5dcf1c1a8b0305 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 27 Apr 2024 10:08:07 -0700 Subject: [PATCH] Use a stable release of z88dk in CI Now that stable z88dk release images are available, use one for more stable builds and better reproducibility. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cffaea6..57de777 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,7 +226,7 @@ jobs: z88dk: name: 'z88dk SDK' runs-on: ubuntu-latest - container: 'z88dk/z88dk:latest' + container: 'z88dk/z88dk:2.3' steps: - uses: actions/checkout@v4 - name: 'Show version'