Skip to content

Commit

Permalink
Update GitHub actions to use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
th-otto committed Apr 17, 2024
1 parent 913a189 commit 8785170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
cross_tool: [ "m68k-atari-mint", "m68k-atari-mintelf" ]
cross_tool: [ "m68k-atari-mint" ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install SSH keys
if: ${{ github.event_name == 'push' }}
env:
Expand Down

0 comments on commit 8785170

Please sign in to comment.