Skip to content

Commit 372a639

Browse files
committed
Fix CI Ubuntu version (#50)
1 parent 3850721 commit 372a639

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spaceros.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
2828
run: make test
2929

3030
deploy:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232
permissions:
3333
contents: write
3434
needs: test

0 commit comments

Comments
 (0)