Skip to content

Commit 1927444

Browse files
committed
test upgrade to 11.9
1 parent a4bfa73 commit 1927444

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/i386_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
required: false
1111
type: string
1212
release:
13-
default: https://github.com/modula3/cm3/releases/download/d5.11.4
13+
default: https://github.com/modula3/cm3/releases/download/d5.11.9
1414
required: false
1515
type: string
1616
bootstrap:
17-
default: cm3-boot-I386_LINUX-d5.11.4.tar.xz
17+
default: cm3-boot-AMD64_LINUX-None.tar.xz
1818
required: false
1919
type: string
2020

@@ -57,7 +57,7 @@ jobs:
5757
cmake --install ../build
5858
echo "${CM3_INSTALL}/bin" >> $GITHUB_PATH
5959
60-
- name: Build all the things
60+
- name: Build everything
6161
run: |
6262
scripts/concierge.py full-upgrade --backend "${{ matrix.backend }}" -DM3CC_TARGET=I386_LINUX headless -m3gdb
6363

0 commit comments

Comments
 (0)