Skip to content

Commit eb916bd

Browse files
committed
github: Bump ubuntu version for standalone
1 parent c94e171 commit eb916bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-waforthc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-waforthc:
1111
strategy:
1212
matrix:
13-
os: [macos-latest, ubuntu-20.04]
13+
os: [macos-latest, ubuntu-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v3

.github/workflows/publish-waforthc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
needs: build
1313
strategy:
1414
matrix:
15-
os: [macos-latest, ubuntu-20.04]
15+
os: [macos-latest, ubuntu-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)