Skip to content

Commit 8e14c53

Browse files
committed
22.04
1 parent 59cc57c commit 8e14c53

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: cucumber-scenarios
4141
run: bundle exec rake cucumber
4242
spec:
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-22.04
4444
container: ruby:latest
4545
strategy:
4646
fail-fast: false

spec/install_bash.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ for patch in $(find .. -wholename "$patches" | sort); do
2323
patch -f -p0 <$patch
2424
done
2525

26-
export CFLAGS="-std=c99"
27-
gcc -dM -E -x c /dev/null | grep -F __STDC_VERSION__
2826
gcc -v
2927
./configure --exec-prefix /
3028
make

0 commit comments

Comments
 (0)