We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e725c9 commit 5ee4d3eCopy full SHA for 5ee4d3e
.github/workflows/ci.yml
@@ -74,6 +74,11 @@ jobs:
74
test-args: --no-run
75
# Newest SDK that supports 32-bit
76
sdk: "10.13"
77
+ - name: Test GNUStep with libobjc2 v1.8
78
+ os: ubuntu-latest
79
+ target: x86_64-unknown-linux-gnu
80
+ runtime: gnustep-1-8
81
+ libobjc2: "1.8"
82
- name: Test GNUStep with libobjc2 v1.9
83
os: ubuntu-latest
84
target: x86_64-unknown-linux-gnu
0 commit comments