Skip to content

Commit

Permalink
Use a stable release of z88dk in CI
Browse files Browse the repository at this point in the history
Now that stable z88dk release images are available, use one for more
stable builds and better reproducibility.
  • Loading branch information
dfandrich committed Apr 27, 2024
1 parent 5a005be commit e2a0240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e2a0240

Please sign in to comment.