Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Nov 6, 2024
1 parent ce42c7f commit 781efa2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
working-directory: iup

test-gl:
strategy:
matrix:
go-version: [1.23.x]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -39,6 +42,9 @@ jobs:
working-directory: iup

test-motif:
strategy:
matrix:
go-version: [1.23.x]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -55,6 +61,9 @@ jobs:
working-directory: iup

test-gtk2:
strategy:
matrix:
go-version: [1.23.x]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -71,6 +80,9 @@ jobs:
working-directory: iup

test-macos-gtk:
strategy:
matrix:
go-version: [1.23.x]
runs-on: macos-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 781efa2

Please sign in to comment.