We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348f047 commit 7045b9aCopy full SHA for 7045b9a
.github/workflows/dev.yml
@@ -91,7 +91,8 @@ jobs:
91
greatawk:
92
# Tests with: GCC, -O3, oldest supported Ubuntu (in non-extended support)
93
name: GCC -O3
94
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
95
+ container: ubuntu:20.04
96
steps:
97
- name: Checkout
98
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -117,7 +118,8 @@ jobs:
117
118
dodo:
119
# Tests with: Autconf on oldest supported Ubuntu (in non-extended support)
120
name: GCC -Os, old Autotools
121
122
123
124
125
0 commit comments