Skip to content

Commit de0dfb5

Browse files
committed
Updating workflows to use Ubuntu-24.04 & avoid EOL
1 parent 2da3aec commit de0dfb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/callable-flex-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
flex-cleanup:
88
name: Cleanup Flex testing endpoint
9-
runs-on: Ubuntu-20.04
9+
runs-on: Ubuntu-24.04
1010

1111
steps:
1212
-

.github/workflows/callable-flex-update-archived.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
flex-update-archived:
1313
name: Update Flex Archives
14-
runs-on: Ubuntu-20.04
14+
runs-on: Ubuntu-24.04
1515

1616
steps:
1717
-

.github/workflows/callable-flex-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
flex-update:
1919
name: Update Flex endpoint
20-
runs-on: Ubuntu-20.04
20+
runs-on: Ubuntu-24.04
2121

2222
steps:
2323
-

0 commit comments

Comments
 (0)